openbsd-ports/graphics/gracula/Makefile

27 lines
561 B
Makefile
Raw Normal View History

2004-11-29 20:06:33 -05:00
# $OpenBSD: Makefile,v 1.14 2004/11/30 01:06:36 espie Exp $
COMMENT= "graphic counter language compiler/interpreter"
1999-10-29 04:01:36 -04:00
DISTNAME= gracula-3.0
CATEGORIES= graphics
2002-10-26 20:03:16 -04:00
MASTER_SITES= ${HOMEPAGE}
1999-10-29 04:01:36 -04:00
HOMEPAGE= http://www.whizkidtech.redprince.net/gcl/
2000-10-22 10:02:46 -04:00
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
1999-10-29 04:01:36 -04:00
2000-03-16 20:09:59 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-29 20:06:33 -05:00
WANTLIB= c m
2000-03-16 20:09:59 -05:00
2002-10-26 20:03:16 -04:00
NO_REGRESS= Yes
1999-10-29 04:01:36 -04:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gracula ${PREFIX}/bin
$(INSTALL_PROGRAM) ${WRKSRC}/sec2000 ${PREFIX}/bin
.include <bsd.port.mk>