blob: 300bee82dcd2b9ec57c4e4af401e79905cf805a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $FreeBSD$
PORTNAME= tclap
PORTVERSION= 1.2.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:tl}#
MAINTAINER= grog@FreeBSD.org
COMMENT= Verbose replacement for getopt
GNU_CONFIGURE= yes
USES= pathfix
.include <bsd.port.mk>
|