2004-03-01 10:15:09 +01:00
|
|
|
# New ports collection makefile for: argp-standalone
|
|
|
|
# Date created: 1 March 2004
|
|
|
|
# Whom: Sergey Matveychuk <sem@ciam.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= argp-standalone
|
|
|
|
PORTVERSION= 1.3
|
|
|
|
CATEGORIES= devel
|
2006-06-07 12:49:10 +02:00
|
|
|
MASTER_SITES= http://www.lysator.liu.se/~nisse/misc/ \
|
|
|
|
${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= sem
|
2004-03-01 10:15:09 +01:00
|
|
|
|
2004-07-07 21:20:02 +02:00
|
|
|
MAINTAINER= sem@FreeBSD.org
|
2004-03-01 10:15:09 +01:00
|
|
|
COMMENT= Standalone version of arguments parsing functions from GLIBC
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
PLIST_FILES= lib/libargp.a include/argp.h
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@cd ${WRKSRC}; \
|
|
|
|
${INSTALL_DATA} libargp.a ${PREFIX}/lib; \
|
|
|
|
${INSTALL_DATA} argp.h ${PREFIX}/include
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|