freebsd-ports/misc/goldstr/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

23 lines
415 B
Makefile

# ex:ts=8
# New ports collection makefile for: goldstr
# Date created: Jul 31, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= goldstr
PORTVERSION= 1.6.0
CATEGORIES= misc
MASTER_SITES= http://it.geocities.com/andreamolteni/prog/goldstr/
MAINTAINER= ports@FreeBSD.org
COMMENT= Compute the golden string
USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
MAN1= goldstr.1
PLIST_FILES= bin/goldstr
.include <bsd.port.mk>