summaryrefslogtreecommitdiff
path: root/misc/goldstr/Makefile
blob: baa4cde4f56838eece3e40b9c7903fd28aa30d44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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

.include <bsd.port.mk>