blob: 7314affc168ff5da2b7866c5d2bc47194c77af35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: wmpinboard
# Date created: 17 January 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= wmpinboard
PORTVERSION= 1.0
CATEGORIES= deskutils afterstep windowmaker
MASTER_SITES= http://www.tu-ilmenau.de/~gomar/stuff/wmpinboard/ \
http://soupnazi.org/FreeBSD/ports/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Post-it notes for the WindowMaker dock or AfterStep Wharf
USE_BZIP2= yes
USE_XPM= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
MAN1= wmpinboard.1
.include <bsd.port.mk>
|