aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/flu/Makefile
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2006-04-10 07:46:56 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2006-04-10 07:46:56 +0000
commit1c4b830bd46e87aefdea47da1288cd2be236b532 (patch)
treed5aa01f80873b0d58440a82f4eb5caeb52bd5364 /x11-toolkits/flu/Makefile
parentd1c9597f550e846afeef265de2aa15e066388bdf (diff)
downloadports-1c4b830bd46e87aefdea47da1288cd2be236b532.tar.gz
ports-1c4b830bd46e87aefdea47da1288cd2be236b532.zip
Fix shared library versioning (our ldconfig wants a single version
number and therefore ignores libflu.so.2.14).
Notes
Notes: svn path=/head/; revision=159251
Diffstat (limited to 'x11-toolkits/flu/Makefile')
-rw-r--r--x11-toolkits/flu/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-toolkits/flu/Makefile b/x11-toolkits/flu/Makefile
index 184996772267..2164fc86d09a 100644
--- a/x11-toolkits/flu/Makefile
+++ b/x11-toolkits/flu/Makefile
@@ -7,6 +7,7 @@
PORTNAME= flu
PORTVERSION= 2.14
+PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.osc.edu/~jbryan/FLU/
DISTNAME= FLU_${PORTVERSION}
@@ -19,12 +20,15 @@ LIB_DEPENDS= fltk:${PORTSDIR}/x11-toolkits/fltk
USE_X_PREFIX= yes
USE_GL= yes
INSTALLS_SHLIB= yes
-NO_FILTER_SHLIBS= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --I=${X11BASE}/include --L=${X11BASE}/lib
USE_GMAKE= yes
PORTDOCS= *
+SHLIB_VERSION= 0
+PLIST_SUB= SHLIB_VERSION="${SHLIB_VERSION}"
+MAKE_ENV= SHLIB_VERSION="${SHLIB_VERSION}"
+
post-patch:
@${RM} -rf ${WRKSRC}/doc/CVS