openbsd-ports/misc/plan/Makefile

36 lines
805 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.25 2011/04/10 18:02:18 jasper Exp $
1998-05-20 03:46:06 -04:00
COMMENT= X11/Motif schedule planner with calendar
DISTNAME= plan-1.10.1
REVISION= 0
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 Xm
2000-03-22 16:36:08 -05:00
MASTER_SITES= ftp://ftp.fu-berlin.de/unix/graphics/plan/
LIB_DEPENDS+= x11/openmotif
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
MAKE_ENV+=MOTIFLIB='-L${LOCALBASE}/lib -lXm'
2002-10-27 16:07:53 -05:00
2010-10-18 16:52:05 -04:00
USE_GROFF = Yes
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>