summaryrefslogtreecommitdiffstats
path: root/games/cursive/Makefile
blob: 0be21b6746236ae2420c9a40ba00134f713eeb08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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>
OpenPOWER on IntegriCloud