diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-02-13 07:51:19 +0800 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-02-13 07:51:19 +0800 |
commit | 41fa3a98c4b7add5a2346d1ae2beb3aaaea41081 (patch) | |
tree | 4a3ea2cdb3f45113e4dca297681967df97b706d2 /x11-toolkits/qtpixmap | |
parent | 7b65164885be80d7d4051aadbd5ccd55a43a8457 (diff) | |
download | freebsd-ports-gnome-41fa3a98c4b7add5a2346d1ae2beb3aaaea41081.tar.gz freebsd-ports-gnome-41fa3a98c4b7add5a2346d1ae2beb3aaaea41081.tar.zst freebsd-ports-gnome-41fa3a98c4b7add5a2346d1ae2beb3aaaea41081.zip |
- QtPixmap -> qtpixmap in PORTNAME.
- Fix the plist, do not try to remove gtk's directory. [1]
- Change the libtool from 1.3 to 1.5.
- Few other small clean up such as remove GNU_CONFIGURE, since the
USE_LIBTOOL_VER will taking care of it. Also, make it bit easier to read.
- Bump the PORTREVISION.
Reported by: pointyhat via kris [1]
Diffstat (limited to 'x11-toolkits/qtpixmap')
-rw-r--r-- | x11-toolkits/qtpixmap/Makefile | 12 | ||||
-rw-r--r-- | x11-toolkits/qtpixmap/pkg-plist | 3 |
2 files changed, 6 insertions, 9 deletions
diff --git a/x11-toolkits/qtpixmap/Makefile b/x11-toolkits/qtpixmap/Makefile index b3cc82b772ca..54a56173c474 100644 --- a/x11-toolkits/qtpixmap/Makefile +++ b/x11-toolkits/qtpixmap/Makefile @@ -4,9 +4,9 @@ # # $FreeBSD$ -PORTNAME= QtPixmap +PORTNAME= qtpixmap PORTVERSION= 0.28 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= http://www.cpdrummond.freeuk.com/ @@ -14,15 +14,15 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Modifed GTK pixmap engine to obtain Theme information from Qt USE_GNOME= gtk20 +USE_X_PREFIX= yes +USE_LIBTOOL_VER=15 +WRKSRC= ${WRKDIR}/${DISTNAME:S/7043-//} + .if !defined(WITHOUT_GTK1) USE_GNOME+= gtk12 imlib PLIST_SUB= GTK1="" .else PLIST_SUB= GTK1="@comment " .endif -USE_X_PREFIX= yes -USE_LIBTOOL_VER=13 -WRKSRC= ${WRKDIR}/${DISTNAME:S/7043-//} -GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/qtpixmap/pkg-plist b/x11-toolkits/qtpixmap/pkg-plist index 1865ba5f8426..1c9c885dc9ac 100644 --- a/x11-toolkits/qtpixmap/pkg-plist +++ b/x11-toolkits/qtpixmap/pkg-plist @@ -1,5 +1,2 @@ -%%GTK1%%lib/gtk/themes/engines/libqtpixmap.la %%GTK1%%lib/gtk/themes/engines/libqtpixmap.so lib/gtk-2.0/2.4.0/engines/libqtpixmap.so -lib/gtk-2.0/2.4.0/engines/libqtpixmap.la -@unexec rmdir %D/lib/gtk-2.0/2.4.0/engines 2>/dev/null || true |