summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt30
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-07-30 02:00:50 +0000
committerWill Andrews <will@FreeBSD.org>2000-07-30 02:00:50 +0000
commitad0ed0dd04cc05bd478795fb9b11f2b0c7b0fe23 (patch)
treeefa36c98b5c7f39445b4980d59f2b3910431a207 /x11-toolkits/qt30
parentAdd exclusive PLIST for alpha architecture machines (PLIST.alpha). (diff)
Fix my not-tested-enough KDE2-related ports. :-(
After short discussion with Imura-san, back out GIF-by-default until I can confirm whether or not there are license issues with Unisys. I will deal with this later. I should note that I'd committed to qt2[12] previously without conferring with him on the GIF issue first. One big ouchie: I didn't even set MASTER_SITE/MASTER_SITE_SUBDIR on qt22 properly.. but oh well. Nobody's perfect. :-) Things should be un-broken now.. please test these ports! I'll be trying to update them to a new snap after a week or so. Pointy hat: will Patches graciously submitted by: nra
Notes
Notes: svn path=/head/; revision=31119
Diffstat (limited to 'x11-toolkits/qt30')
-rw-r--r--x11-toolkits/qt30/Makefile19
1 files changed, 12 insertions, 7 deletions
diff --git a/x11-toolkits/qt30/Makefile b/x11-toolkits/qt30/Makefile
index 70beda5baacc..ff3d42a9fbbd 100644
--- a/x11-toolkits/qt30/Makefile
+++ b/x11-toolkits/qt30/Makefile
@@ -8,15 +8,15 @@
PORTNAME= qt
PORTVERSION= 20000724A
CATEGORIES= x11-toolkits
-MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= snapshots/current
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= will
MAINTAINER= will@FreeBSD.org
-LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
+LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg
-WRKSRC= ${WRKDIR}/${PORTNAME}
+WRKSRC= ${WRKDIR}/${PORTNAME}-copy
USE_BZIP2= yes
NO_LATEST_LINK= yes
USE_GMAKE= yes
@@ -24,12 +24,17 @@ USE_X_PREFIX= yes
USE_NEWGCC= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm \
- -gif -I${LOCALBASE}/include -L${LOCALBASE}/lib
+ -I${LOCALBASE}/include -L${LOCALBASE}/lib
CONFIGURE_ENV= QTDIR=${WRKSRC}
MAKE_ENV= QTDIR=${WRKSRC}
CONFIG= ${WRKSRC}/configs/freebsd-g++-shared
+.if defined(QT_GIF_AVAILABLE) || defined(HAVE_UNISYS_LICENSE)
+CONFIGURE_ARGS+=-gif
+RESTRICTED= "Requires a license from UNISYS"
+.endif
+
.if !defined(NOPORTDOCS)
.include "${.CURDIR}/files/manpages"
.endif
@@ -70,8 +75,8 @@ do-install:
${INSTALL_DATA} include/*.h ${PREFIX}/include/qt2 ; \
${INSTALL_DATA} lib/libqgl.a ${PREFIX}/lib ; \
${INSTALL_DATA} lib/libqxt.a ${PREFIX}/lib ; \
- ${INSTALL_DATA} lib/libqt2.so.3 ${PREFIX}/lib )
- ${LN} -sf libqt2.so.3 ${PREFIX}/lib/libqt2.so
+ ${INSTALL_DATA} lib/libqt2.so.4 ${PREFIX}/lib )
+ ${LN} -sf libqt2.so.4 ${PREFIX}/lib/libqt2.so
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/qt2/html