summaryrefslogtreecommitdiff
path: root/graphics/gracula/Makefile
blob: 5f4cf0e775fcb1db40860f1ccc941458ffd611ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:	gracula
# Version required:			3.0
# Date created:				30 May 1999
# Whom:					G. Adam Stanislav <adam@whizkidtech.net>
#
# $FreeBSD$
#

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>