opnsense-ports/games/cursive/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

21 lines
499 B
Makefile

# Created by: James Howard <howardj@wam.umd.edu>
# $FreeBSD$
PORTNAME= cursive
PORTVERSION= 1.0
CATEGORIES= games
MASTER_SITES= ftp://puck.nether.net/pub/janc/
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Create ASCII character cursive handwriting
USES= tar:tgz
PLIST_FILES= bin/cursive \
man/man6/cursive.6.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cursive ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cursive.6 ${STAGEDIR}${PREFIX}/man/man6
.include <bsd.port.mk>