aboutsummaryrefslogtreecommitdiff
path: root/devel/gengetopt/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-01-17 13:59:49 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-01-17 13:59:49 +0000
commitcb42de4d893b853f65bd6939c8f1099410e8eda2 (patch)
treed84a503d61f1c7d8095c1b7493d5012c14e9e860 /devel/gengetopt/Makefile
parent9ec29de3c01cc6889fe4dc4c661dccf9b793fe35 (diff)
downloadports-cb42de4d893b853f65bd6939c8f1099410e8eda2.tar.gz
ports-cb42de4d893b853f65bd6939c8f1099410e8eda2.zip
Notes
Diffstat (limited to 'devel/gengetopt/Makefile')
-rw-r--r--devel/gengetopt/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/devel/gengetopt/Makefile b/devel/gengetopt/Makefile
index 914030717bb4..13244119dafe 100644
--- a/devel/gengetopt/Makefile
+++ b/devel/gengetopt/Makefile
@@ -1,3 +1,4 @@
+# ex:ts=8
# New ports collection makefile for: gengetopt
# Date created: 12 October 2000
# Whom: Cyrille Lefevre <clefevre@citeweb.net>
@@ -5,16 +6,20 @@
# $FreeBSD$
#
-PORTNAME= gengetopt
-PORTVERSION= 2.1
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= gengetopt
+PORTNAME= gengetopt
+PORTVERSION= 2.2
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@freebsd.org
+LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+
GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
MAN1= gengetopt.1
.include <bsd.port.mk>