# New ports collection makefile for: gracula # Version required: 3.0 # Date created: 30 May 1999 # Whom: G. Adam Stanislav # # $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