mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
29747f458a
new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
31 lines
673 B
Makefile
31 lines
673 B
Makefile
# New ports collection makefile for: qtpixmap
|
|
# Date created: 2003-08-07
|
|
# Whom: arved
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/x11-toolkits/qtpixmap/Makefile,v 1.2 2006/09/30 01:16:13 mezz Exp $
|
|
#
|
|
|
|
PORTNAME= qtpixmap
|
|
PORTVERSION= 0.28
|
|
PORTREVISION= 7
|
|
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>
|