diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-31 09:28:23 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-31 09:28:23 +0000 |
commit | ec6f87332249d306e75408acf828aaa1ba1260ad (patch) | |
tree | 8a923d7fb35459842812fe23370fab086b192e20 /misc/goldstr/Makefile | |
parent | Update devel/p5-POE to 0.1501. (diff) |
add goldstr
Compute the golden string
Diffstat (limited to 'misc/goldstr/Makefile')
-rw-r--r-- | misc/goldstr/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/misc/goldstr/Makefile b/misc/goldstr/Makefile new file mode 100644 index 000000000000..2e431869f333 --- /dev/null +++ b/misc/goldstr/Makefile @@ -0,0 +1,24 @@ +# 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 + +LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" + +MAN1= goldstr.1 + +.include <bsd.port.mk> |