From aff75a3a0c4519ce918bf8bd7db8e94a3adf463e Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Thu, 7 Aug 2003 14:09:04 +0000 Subject: Add qtpixmap, the gtk engine used in Geramik. Modified version of the original GTK pixmap engine that obtains widget colors and fonts from qtrc. --- x11-toolkits/qtpixmap/Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 x11-toolkits/qtpixmap/Makefile (limited to 'x11-toolkits/qtpixmap/Makefile') 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 -- cgit v1.2.3