summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/qtpixmap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/qtpixmap/Makefile')
-rw-r--r--x11-toolkits/qtpixmap/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11-toolkits/qtpixmap/Makefile b/x11-toolkits/qtpixmap/Makefile
new file mode 100644
index 000000000..913b562ab
--- /dev/null
+++ b/x11-toolkits/qtpixmap/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: qtpixmap
+# Date created: 2003-08-07
+# Whom: arved
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= qtpixmap
+PORTVERSION= 0.28
+PORTREVISION= 6
+CATEGORIES= x11-toolkits
+MASTER_SITES= http://www.cpdrummond.freeuk.com/
+DISTNAME= QtPixmap-${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Modifed GTK pixmap engine to obtain Theme information from Qt
+
+USE_GNOME= gtk20
+GNU_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/${DISTNAME:S/7043-//}
+
+.if !defined(WITHOUT_GTK1)
+USE_GNOME+= gtk12 imlib
+PLIST_SUB= GTK1=""
+.else
+PLIST_SUB= GTK1="@comment "
+.endif
+
+.include <bsd.port.mk>