mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
19 lines
377 B
Makefile
19 lines
377 B
Makefile
# New ports collection makefile for: geekcode generator
|
|
# Version required: 1.3
|
|
# Date created: 30 Aug 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= geekcode-1.3
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://seymour.napalm.net/
|
|
|
|
MAINTAINER= cpiazza@FreeBSD.org
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/geekcode ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|