freebsd-ports/misc/geekcode/Makefile
Edwin Groothuis e6a1760fa3 One mastersite is now a porn-site, the other one is unreachable for
two years.
Noticed by: portsurvey
2002-12-27 01:55:04 +00:00

23 lines
534 B
Makefile

# New ports collection makefile for: geekcode generator
# Date created: 30 Aug 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= geekcode
PORTVERSION= 1.7
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= geekcode
MAINTAINER= cpiazza@FreeBSD.org
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/geekcode ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/geekcode
${INSTALL_DATA} ${WRKSRC}/geekcode.txt ${PREFIX}/share/doc/geekcode
.endif
.include <bsd.port.mk>