aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-11-05 08:09:35 +0800
committermiwi <miwi@FreeBSD.org>2006-11-05 08:09:35 +0800
commit1007c30dfea62e20970d62b7b11f8ee88487bde8 (patch)
treeecb5d603c6ca1ad529f489d1160325f9b708e79f
parent19da7f78057fcbccaea9afb854d5ee46ab11ca8c (diff)
downloadfreebsd-ports-gnome-1007c30dfea62e20970d62b7b11f8ee88487bde8.tar.gz
freebsd-ports-gnome-1007c30dfea62e20970d62b7b11f8ee88487bde8.tar.zst
freebsd-ports-gnome-1007c30dfea62e20970d62b7b11f8ee88487bde8.zip
- Switch to scons support [1]
- Bump PORTREVISION PR: ports/105033 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Sponsored by: FreeBSD Bug-a-thon #2
-rw-r--r--net/fsplib/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/net/fsplib/Makefile b/net/fsplib/Makefile
index 389c33062c1f..e72770b9f1dd 100644
--- a/net/fsplib/Makefile
+++ b/net/fsplib/Makefile
@@ -6,6 +6,7 @@
PORTNAME= fsplib
PORTVERSION= 0.8
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= fsp
@@ -13,17 +14,9 @@ MASTER_SITE_SUBDIR= fsp
MAINTAINER= ports@FreeBSD.org
COMMENT= Library implementing FSP protocol
-BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons
-
-PLIST_FILES= include/fsplib.h lib/libfsp.a
NO_WRKSUBDIR= yes
+USE_SCONS= yes
-do-build:
- @cd ${WRKSRC} && scons prefix=${PREFIX}
-
-do-install:
- @cd ${WRKSRC} && scons prefix=${PREFIX} ${INSTALL_TARGET}
- @${FIND} ${PREFIX}/include/ -name .sconsign -exec ${RM} {} \;
- @${FIND} ${PREFIX}/lib/ -name .sconsign -exec ${RM} {} \;
+PLIST_FILES= include/fsplib.h lib/libfsp.a
.include <bsd.port.mk>