aboutsummaryrefslogtreecommitdiff
path: root/devel/ultragetopt/Makefile
blob: a588803c4a398451af000db89629863cd61c57bf (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
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()
WWW=		https://kevinlocke.name/programs/ultragetopt.php

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>