a139bc37e0
- Use DATADIR/DOCSDIR/PORTSDOC - make portlint happy PR: 61028 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> Updated/reworked by: me
25 lines
529 B
Makefile
25 lines
529 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.3
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= geekcode
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A Geek Code Generator
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/geekcode ${PREFIX}/bin
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/geekcode.txt ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|