35 lines
757 B
Makefile
Raw Normal View History

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