diff options
author | bsam <bsam@FreeBSD.org> | 2006-10-02 06:58:59 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2006-10-02 06:58:59 +0800 |
commit | 6421aaa818acb4dac9c334150fbbd8eb85a1271b (patch) | |
tree | a42c006e9d82a70641329cd90a79e3ba0c73a782 /x11-toolkits/fox16/Makefile | |
parent | 7a56faf754fe57534baf89db0b51e7b230ea99c0 (diff) | |
download | freebsd-ports-gnome-6421aaa818acb4dac9c334150fbbd8eb85a1271b.tar.gz freebsd-ports-gnome-6421aaa818acb4dac9c334150fbbd8eb85a1271b.tar.zst freebsd-ports-gnome-6421aaa818acb4dac9c334150fbbd8eb85a1271b.zip |
- update to new version: 1.6.1 -> 1.6.14; [1]
- add fox-1.2.* to CONFLICTS; [1]
- move pkgconfigdir from $(libdir)/pkgconfig to $(prefix)/libdata/pkgconfig
(files/patch-Makefile.in);
- s:INSTALLS_SHLIB:USE_LDCONFIG;
- for OSVERSION<500000 add IGNORE=Does not compile at 4.x;
- add libdata/pkgconfig/fox.pc to pkg-plist.
PR: 102560 [1]
Submitted by: Gergely CZUCZY <phoemix at harmless.hu> [1]
Approved by: alecn2002 at yandex.ru (maintainer timeout 5 weeks)
Diffstat (limited to 'x11-toolkits/fox16/Makefile')
-rw-r--r-- | x11-toolkits/fox16/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/x11-toolkits/fox16/Makefile b/x11-toolkits/fox16/Makefile index 7f1466eb510c..dce334dc3664 100644 --- a/x11-toolkits/fox16/Makefile +++ b/x11-toolkits/fox16/Makefile @@ -13,18 +13,18 @@ MASTER_SITES= http://www.fox-toolkit.org/ftp/ \ http://fresh.t-systems-sfr.com/unix/src/misc/ MAINTAINER?= alecn2002@yandex.ru -COMMENT= Fast and extensive C++ GUI toolkit -- ver.1.2 +COMMENT= Fast and extensive C++ GUI toolkit -- ver.1.6 LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ Xft.2:${PORTSDIR}/x11-fonts/libXft -CONFLICTS= fox-1.0.* fox-1.4.* +CONFLICTS= fox-1.0.* fox-1.4.* fox-1.2.* LATEST_LINK= fox16 MAJORVER= 1.6 -SHVER= 1 +SHVER= 14 PLIST_SUB+= MAJORVER=${MAJORVER} SHVER=${SHVER} USE_GNOME= lthack @@ -32,7 +32,7 @@ USE_GL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-opengl --with-x --enable-threadsafe -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= shutterbug.1 reswrap.1 @@ -41,6 +41,10 @@ LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +IGNORE= Does not compile at 4.x +.endif + ## ## Additional Options ## |