mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
42a4597718
This version adds a small bugfix to the new geek code decoder source. PR: 53951 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
25 lines
565 B
Makefile
25 lines
565 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} ${PREFIX}/share/doc/geekcode
|
|
${INSTALL_DATA} ${WRKSRC}/geekcode.txt ${PREFIX}/share/doc/geekcode
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|