diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-24 23:49:46 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-24 23:49:46 +0000 |
commit | f4997a336907f35792effeae121ed5748c2b3ef7 (patch) | |
tree | 1dd7603034b9c2a78d58623fabfa0e9a4e53cf2c | |
parent | 9fc2e1e45c77e934e8d9e2efecc196cb7bf62981 (diff) | |
download | FreeBSD-ports-f4997a336907f35792effeae121ed5748c2b3ef7.zip FreeBSD-ports-f4997a336907f35792effeae121ed5748c2b3ef7.tar.gz |
Support stage
-rw-r--r-- | misc/libpri/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/libpri/Makefile b/misc/libpri/Makefile index 3157dca..15cf0a5 100644 --- a/misc/libpri/Makefile +++ b/misc/libpri/Makefile @@ -7,17 +7,18 @@ CATEGORIES= misc MASTER_SITES= http://downloads.asterisk.org/pub/telephony/libpri/releases/ MAINTAINER= fjoe@FreeBSD.org -COMMENT= A C implementation of the Primary Rate ISDN specification +COMMENT= C implementation of the Primary Rate ISDN specification LICENSE= GPLv2 -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes PLIST_FILES= include/libpri.h lib/libpri.a lib/libpri.so lib/libpri.so.1 +MAKE_ARGS= INSTALL_PREFIX=${STAGEDIR}${PREFIX} + ONLY_FOR_ARCHS= amd64 i386 sparc64 -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '/^all:/s/$$(UTILITIES)//' ${WRKSRC}/Makefile |