diff options
Diffstat (limited to 'games/cursive/Makefile')
-rw-r--r-- | games/cursive/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/games/cursive/Makefile b/games/cursive/Makefile new file mode 100644 index 0000000..129dce8 --- /dev/null +++ b/games/cursive/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: cursive +# Version required: 1.0 +# Date created: 4 December 1999 +# Whom: James Howard <howardj@wam.umd.edu> +# +# $FreeBSD$ +# + +DISTNAME= cursive +PKGNAME= cursive-1.0 +CATEGORIES= games +MASTER_SITES= ftp://puck.nether.net/pub/janc/ +EXTRACT_SUFX= .tgz + +MAINTAINER= howardjp@wam.umd.edu + +MAN6= cursive.6 + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/cursive ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/cursive.6 ${PREFIX}/man/man6 + +.include <bsd.port.mk> |