openbsd-ports/misc/plan/Makefile
pvalchev 452b133f80 examples go to ${LOCALBASE}/share/examples, not share/doc/package...
also remove a bogus @dirrm. from Sebastian Stark
bump PKGNAME
2002-12-23 01:34:13 +00:00

26 lines
663 B
Makefile

# $OpenBSD: Makefile,v 1.13 2002/12/23 01:34:13 pvalchev Exp $
COMMENT= "X11/Motif schedule planner with calendar"
DISTNAME= plan-1.6.1
PKGNAME= ${DISTNAME}p1
CATEGORIES= misc
PERMIT_PACKAGE_CDROM= "license requests a copy of the cd"
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= "license requests a copy of the cd"
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/}
USE_MOTIF= any
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
NO_REGRESS= Yes
.include <bsd.port.mk>