diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-17 13:59:49 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-17 13:59:49 +0000 |
commit | cb42de4d893b853f65bd6939c8f1099410e8eda2 (patch) | |
tree | d84a503d61f1c7d8095c1b7493d5012c14e9e860 | |
parent | 9ec29de3c01cc6889fe4dc4c661dccf9b793fe35 (diff) | |
download | ports-cb42de4d893b853f65bd6939c8f1099410e8eda2.tar.gz ports-cb42de4d893b853f65bd6939c8f1099410e8eda2.zip |
Notes
-rw-r--r-- | devel/gengetopt/Makefile | 15 | ||||
-rw-r--r-- | devel/gengetopt/distinfo | 2 |
2 files changed, 11 insertions, 6 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> diff --git a/devel/gengetopt/distinfo b/devel/gengetopt/distinfo index 962bfe2ff8f6..907677dc05d0 100644 --- a/devel/gengetopt/distinfo +++ b/devel/gengetopt/distinfo @@ -1 +1 @@ -MD5 (gengetopt-2.1.tar.gz) = 6281f425c0f24536bdbe340450481ec2 +MD5 (gengetopt-2.2.tar.gz) = a7b97814fd3de2e12765427ad9f7f7f8 |