freebsd-ports/x11-toolkits/qtpixmap/Makefile
Tilman Keskinoz aff75a3a0c Add qtpixmap, the gtk engine used in Geramik. Modified version of the original
GTK pixmap engine that obtains widget colors and fonts from qtrc.
2003-08-07 14:09:04 +00:00

22 lines
517 B
Makefile

# 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>