import of argp-standalone-1.3
Standalone version of arguments parsing functions from GLIBC
This commit is contained in:
parent
8d38deead2
commit
999f0d186f
28
devel/argp-standalone/Makefile
Normal file
28
devel/argp-standalone/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/25 18:13:16 wilfried Exp $
|
||||
|
||||
COMMENT= Standalone version of arguments parsing functions from GLIBC
|
||||
|
||||
DISTNAME= argp-standalone-1.3
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.lysator.liu.se/~nisse/misc/
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --disable-dependency-tracking
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKBUILD}/libargp.a ${PREFIX}/lib
|
||||
${INSTALL_DATA} ${WRKSRC}/argp.h ${PREFIX}/include
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/argp-standalone/distinfo
Normal file
5
devel/argp-standalone/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (argp-standalone-1.3.tar.gz) = cgcEusB40GcRGzJETiS6aQ==
|
||||
RMD160 (argp-standalone-1.3.tar.gz) = HFzQscOC2Td0vmNqHqJ1jVMM/vQ=
|
||||
SHA1 (argp-standalone-1.3.tar.gz) = gVxWBoDr3BFpS4jeL47BUTPgv6A=
|
||||
SHA256 (argp-standalone-1.3.tar.gz) = 3seWlNoTGazSI4zpXfV/NoD+okggluSDMj/d89gY2L4=
|
||||
SIZE (argp-standalone-1.3.tar.gz) = 130255
|
1
devel/argp-standalone/pkg/DESCR
Normal file
1
devel/argp-standalone/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
Standalone version of arguments parsing functions from GLIBC
|
3
devel/argp-standalone/pkg/PLIST
Normal file
3
devel/argp-standalone/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/10/25 18:13:16 wilfried Exp $
|
||||
include/argp.h
|
||||
lib/libargp.a
|
Loading…
Reference in New Issue
Block a user