diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 23:49:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 23:49:46 +0000 |
commit | 3fde6c66d033cb256d9b18cc95f292d389cc7baf (patch) | |
tree | 1dd7603034b9c2a78d58623fabfa0e9a4e53cf2c /misc/libpri/Makefile | |
parent | cea437d659cdb46daf1465b0f93facd93000134a (diff) | |
download | ports-3fde6c66d033cb256d9b18cc95f292d389cc7baf.tar.gz ports-3fde6c66d033cb256d9b18cc95f292d389cc7baf.zip |
Support stage
Notes
Notes:
svn path=/head/; revision=349098
Diffstat (limited to 'misc/libpri/Makefile')
-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 3157dca08a01..15cf0a559e72 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 |