1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/ultragetopt/Makefile
Baptiste Daroussin 44a16c47d0 Support stage
2014-01-24 23:59:31 +00:00

23 lines
533 B
Makefile

# Created by: Timothy Beyer <beyert@cs.ucr.edu>
# $FreeBSD$
PORTNAME= ultragetopt
PORTVERSION= 0.6.0
CATEGORIES= devel
MASTER_SITES= http://kevinlocke.name/programs/ ${MASTER_SITE_LOCAL}
MAINTAINER= beyert@cs.ucr.edu
COMMENT= Versatile and customizable implementation of getopt()
LICENSE= MIT
USES= gmake
GNU_CONFIGURE= yes
MAKE_ARGS= PREFIX="${PREFIX}"
USE_LDCONFIG= yes
PLIST_FILES= include/ultragetopt.h lib/libultragetopt.a \
lib/libultragetopt.la lib/libultragetopt.so \
lib/libultragetopt.so.0
.include <bsd.port.mk>