openbsd-ports/graphics/gracula/Makefile
2013-03-11 11:10:51 +00:00

24 lines
478 B
Makefile

# $OpenBSD: Makefile,v 1.16 2013/03/11 11:10:53 espie Exp $
COMMENT= graphic counter language compiler/interpreter
DISTNAME= gracula-3.0
CATEGORIES= graphics
MASTER_SITES= ${HOMEPAGE}
HOMEPAGE= http://www.whizkidtech.redprince.net/gcl/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m
NO_TEST= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gracula ${PREFIX}/bin
$(INSTALL_PROGRAM) ${WRKSRC}/sec2000 ${PREFIX}/bin
.include <bsd.port.mk>