aboutsummaryrefslogtreecommitdiff
path: root/devel/argp-standalone/Makefile
blob: dbb1134ed72f862d1f6c0741fcd93e8bcd01111a (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
24
25
26
27
28
29
# Created by: Sergey Matveychuk <sem@ciam.ru>

PORTNAME=	argp-standalone
PORTVERSION=	1.3
PORTREVISION=	4
CATEGORIES=	devel
MASTER_SITES=	http://www.lysator.liu.se/~nisse/misc/ \
		LOCAL/sem

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Standalone version of arguments parsing functions from GLIBC

LICENSE=	LGPL20+ PD
LICENSE_COMB=	multi

USES=		autoreconf libtool
USE_CSTD=	gnu89
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

PLIST_FILES=	lib/libargp.a \
		lib/libargp.so lib/libargp.so.0 lib/libargp.so.0.0.0 \
		include/argp.h

post-install:
	${INSTALL_DATA} ${WRKSRC}/argp.h ${STAGEDIR}${PREFIX}/include

.include <bsd.port.mk>