2003-08-07 16:09:04 +02:00
|
|
|
# New ports collection makefile for: qtpixmap
|
|
|
|
# Date created: 2003-08-07
|
|
|
|
# Whom: arved
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-10-14 10:54:54 +02:00
|
|
|
# $MCom: ports/x11-toolkits/qtpixmap/Makefile,v 1.2 2006/09/30 01:16:13 mezz Exp $
|
|
|
|
#
|
2003-08-07 16:09:04 +02:00
|
|
|
|
2005-02-13 00:51:19 +01:00
|
|
|
PORTNAME= qtpixmap
|
2004-04-08 15:37:16 +02:00
|
|
|
PORTVERSION= 0.28
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 13
|
2003-08-07 16:09:04 +02:00
|
|
|
CATEGORIES= x11-toolkits
|
2004-04-08 15:37:16 +02:00
|
|
|
MASTER_SITES= http://www.cpdrummond.freeuk.com/
|
2005-02-13 21:40:19 +01:00
|
|
|
DISTNAME= QtPixmap-${PORTVERSION}
|
2003-08-07 16:09:04 +02:00
|
|
|
|
2004-04-08 15:37:16 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-08-07 16:09:04 +02:00
|
|
|
COMMENT= Modifed GTK pixmap engine to obtain Theme information from Qt
|
|
|
|
|
2004-01-05 15:53:38 +01:00
|
|
|
USE_GNOME= gtk20
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-02-13 00:51:19 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/7043-//}
|
|
|
|
|
2007-03-17 17:31:04 +01:00
|
|
|
.if defined(WITH_GTK1)
|
2004-01-05 15:53:38 +01:00
|
|
|
USE_GNOME+= gtk12 imlib
|
|
|
|
PLIST_SUB= GTK1=""
|
|
|
|
.else
|
|
|
|
PLIST_SUB= GTK1="@comment "
|
|
|
|
.endif
|
2003-08-07 16:09:04 +02:00
|
|
|
|
2007-03-17 18:33:53 +01:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure
|
|
|
|
|
2003-08-07 16:09:04 +02:00
|
|
|
.include <bsd.port.mk>
|