openbsd-ports/misc/plan/Makefile
mbalmer b6d3f9b168 Update to plan version 1.9
help & comments sturm@ and bernd ahlers, sturm@ ok
2005-08-10 07:53:44 +00:00

35 lines
757 B
Makefile

# $OpenBSD: Makefile,v 1.15 2005/08/10 07:53:44 mbalmer Exp $
COMMENT= "X11/Motif schedule planner with calendar"
DISTNAME= plan-1.9
CATEGORIES= misc
HOMEPAGE= http://www.bitrot.de/plan.html
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xt c Xpm
MASTER_SITES= ftp://ftp.fu-berlin.de/unix/graphics/plan/
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
post-extract:
@rm -f ${WRKSRC}/../misc/plan.1.orig
.include <bsd.port.mk>