1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/misc/geekcode/Makefile
Chris Piazza c34042a75b Import of geekcode.
The Geek Code Generator.  It simply generates your geek code
by asking questions about all aspects of your geekiness
1999-08-30 07:48:45 +00:00

19 lines
377 B
Makefile

# New ports collection makefile for: geekcode generator
# Version required: 1.1
# Date created: 30 Aug 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= geekcode-1.1
CATEGORIES= misc
MASTER_SITES= http://seymour.napalm.net/
MAINTAINER= cpiazza@FreeBSD.org
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/geekcode ${PREFIX}/bin
.include <bsd.port.mk>