diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-27 20:40:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-27 20:40:26 +0800 |
commit | e1e9ead75ed5dc2a35afc9a45a03bdd37aa04fe3 (patch) | |
tree | 5eafffa58446175d7ae366642d629b15581d285b /net/fsplib | |
parent | fae3c207a7aefd236a7ee71baa4322aaf342c8f4 (diff) | |
download | freebsd-ports-gnome-e1e9ead75ed5dc2a35afc9a45a03bdd37aa04fe3.tar.gz freebsd-ports-gnome-e1e9ead75ed5dc2a35afc9a45a03bdd37aa04fe3.tar.zst freebsd-ports-gnome-e1e9ead75ed5dc2a35afc9a45a03bdd37aa04fe3.zip |
Convert to USES=scons
Support stage
Diffstat (limited to 'net/fsplib')
-rw-r--r-- | net/fsplib/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/net/fsplib/Makefile b/net/fsplib/Makefile index 06abf08942b7..93614034861d 100644 --- a/net/fsplib/Makefile +++ b/net/fsplib/Makefile @@ -10,20 +10,17 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library implementing FSP protocol NO_WRKSUBDIR= yes -USE_SCONS= yes -SCONS_ARGS= prefix=${PREFIX} +USES= scons +MAKE_ARGS= prefix=${PREFIX} PLIST_FILES= include/fsplib.h lib/libfsplib.a OPTIONS_DEFINE= SHARED SHARED_DESC= Install shared library (EXPERIMENTAL) -NO_STAGE= yes -.include <bsd.port.options.mk> +SHARED_MAKE_ARGS+= enable-shared=1 +SHARED_PLIST_FILES= lib/libfsplib.so.0.0.0 -.if ${PORT_OPTIONS:MSHARED} -SCONS_ARGS+= enable-shared=1 -PLIST_FILES+= lib/libfsplib.so.0.0.0 -.endif +INSTALL_TARGET= install prefix=${STAGEDIR}${PREFIX} .include <bsd.port.mk> |