diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-08-07 14:09:04 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-08-07 14:09:04 +0000 |
commit | aff75a3a0c4519ce918bf8bd7db8e94a3adf463e (patch) | |
tree | 80bb7cb705e896baffbb864bb34447b307ce7a1d /x11-toolkits/qtpixmap/Makefile | |
parent | 5fcdc16671cf1ef4825f8f58b07375b589989d31 (diff) | |
download | ports-aff75a3a0c4519ce918bf8bd7db8e94a3adf463e.tar.gz ports-aff75a3a0c4519ce918bf8bd7db8e94a3adf463e.zip |
Notes
Diffstat (limited to 'x11-toolkits/qtpixmap/Makefile')
-rw-r--r-- | x11-toolkits/qtpixmap/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-toolkits/qtpixmap/Makefile b/x11-toolkits/qtpixmap/Makefile new file mode 100644 index 000000000000..800fbf566d74 --- /dev/null +++ b/x11-toolkits/qtpixmap/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: qtpixmap +# Date created: 2003-08-07 +# Whom: arved +# +# $FreeBSD$ + +PORTNAME= QtPixmap +PORTVERSION= 0.26 +CATEGORIES= x11-toolkits +MASTER_SITES= http://www.kde-look.org/content/files/ +DISTNAME= 7043-${PORTNAME}-${PORTVERSION} + +MAINTAINER= arved@FreeBSD.org +COMMENT= Modifed GTK pixmap engine to obtain Theme information from Qt + +USE_GNOME= gtk12 imlib gtk20 +USE_X_PREFIX= yes +USE_LIBTOOL= yes +WRKSRC= ${WRKDIR}/${DISTNAME:S/7043-//} +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |