1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/games/cursive/Makefile
Steve Price df488b6a74 Addng cursive version 1.0.
Create ASCII character cursive handwriting.

PR:		15260
Submitted by:	James Howard <howardj@wam.umd.edu>
1999-12-25 03:03:42 +00:00

24 lines
486 B
Makefile

# 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>