mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
3c8f695929
cpiazza's email is bouncing since Jan 7.
24 lines
532 B
Makefile
24 lines
532 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= ports@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>
|