blob: 13c44a89035b956ce25508da835803c43beb0c76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Timothy Beyer <beyert@cs.ucr.edu>
# $FreeBSD$
PORTNAME= ultragetopt
PORTVERSION= 0.6.0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://kevinlocke.name/programs/
MAINTAINER= beyert@cs.ucr.edu
COMMENT= Versatile and customizable implementation of getopt()
LICENSE= MIT
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
MAKE_ARGS= PREFIX="${PREFIX}"
USES= gmake libtool
USE_LDCONFIG= yes
PLIST_FILES= include/ultragetopt.h \
lib/libultragetopt.a lib/libultragetopt.so \
lib/libultragetopt.so.0 lib/libultragetopt.so.0.0.0
.include <bsd.port.mk>
|