aboutsummaryrefslogtreecommitdiff
path: root/devel/ultragetopt/Makefile
blob: a223c898cfa4a5e7c2988d7f325a537572df6d46 (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
# Created by: Timothy Beyer <beyert@cs.ucr.edu>

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=		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>