openbsd-ports/misc/plan/Makefile

35 lines
744 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.19 2007/09/15 23:54:17 merdely Exp $
1998-05-20 03:46:06 -04:00
COMMENT= X11/Motif schedule planner with calendar
DISTNAME= plan-1.9
2006-12-10 12:36:01 -05:00
PKGNAME= ${DISTNAME}p1
1998-05-20 03:46:06 -04:00
CATEGORIES= misc
HOMEPAGE= http://www.bitrot.de/plan.html
# GPL
PERMIT_PACKAGE_CDROM= Yes
2000-03-22 16:36:08 -05:00
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
2000-03-22 16:36:08 -05:00
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xt c Xpm
2000-03-22 16:36:08 -05:00
MASTER_SITES= ftp://ftp.fu-berlin.de/unix/graphics/plan/
2006-11-13 06:20:24 -05:00
USE_X11= Yes
USE_MOTIF= any
2000-06-06 18:31:53 -04:00
2002-10-27 16:07:53 -05:00
WRKSRC= ${WRKDIST}/src
ALL_TARGET= openbsd
MAKE_FLAGS= PLANBASE=${PREFIX} EXAMPLES=${PREFIX}/share/examples/plan
FAKE_FLAGS= PLANBASE=${WRKINST}${PREFIX} \
EXAMPLES=${WRKINST}${PREFIX}/share/examples/plan
2002-10-27 16:07:53 -05:00
NO_REGRESS= Yes
1998-05-20 03:46:06 -04:00
post-extract:
@rm -f ${WRKSRC}/../misc/plan.1.orig
1998-05-20 03:46:06 -04:00
.include <bsd.port.mk>