openbsd-ports/misc/plan/Makefile

34 lines
728 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.22 2010/03/21 10:52:21 jasper Exp $
1998-05-20 03:46:06 -04:00
COMMENT= X11/Motif schedule planner with calendar
DISTNAME= plan-1.10.1
1998-05-20 03:46:06 -04:00
CATEGORIES= misc
HOMEPAGE= http://www.bitrot.de/plan.html
# GPLv2+
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 Xpm Xt c m
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>