c3d8037aeb
after 5.4-RELEASE.
26 lines
629 B
Makefile
26 lines
629 B
Makefile
# 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
|
|
MASTER_SITES= http://www.lysator.liu.se/~nisse/misc/
|
|
|
|
MAINTAINER= sem@FreeBSD.org
|
|
COMMENT= Standalone version of arguments parsing functions from GLIBC
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
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>
|