1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/graphics/gracula/Makefile
Chris Piazza 5c7f728527 Update gracula to version 3.0
PR:	12336
Submitted by:	maintainer
1999-06-22 06:05:31 +00:00

38 lines
1.2 KiB
Makefile

# New ports collection makefile for: gracula
# Version required: 3.0
# Date created: 30 May 1999
# Whom: G. Adam Stanislav <adam@whizkidtech.net>
#
# $Id: Makefile,v 1.1.1.1 1999/06/10 23:53:16 steve Exp $
#
DISTNAME= gracula-3.0
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.whizkidtech.net/cgi/gcl/ \
http://www.whizkidtech.net/gcl/
MAINTAINER= adam@whizkidtech.net
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gracula ${PREFIX}/bin
$(INSTALL_PROGRAM) ${WRKSRC}/sec2000 ${PREFIX}/bin
.if !defined (NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/gracula
${INSTALL_MAN} ${WRKSRC}/NNL ${PREFIX}/share/doc/gracula
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/gracula
@echo
@echo " Please read the file ${PREFIX}/share/doc/gracula/README"
@echo " to learn how to use Graphic Counter Language."
.endif
@echo
@echo " An introductory tutorial, and a GCL FAQ, can be found at"
@echo " http://www.whizkidtech.net/gcl/"
@echo " You should read both to take full advantage of the power"
@echo " of Graphic Counter Language."
@echo
@echo " Also, sample scripts and graphics are available from"
@echo " Count Gracula's Gallery, http://www.whizkidtech.net/gcl/gallery/"
@echo
.include <bsd.port.mk>