1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/x11-toolkits/qtpixmap/Makefile
Ade Lovett 8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00

30 lines
603 B
Makefile

# New ports collection makefile for: qtpixmap
# Date created: 2003-08-07
# Whom: arved
#
# $FreeBSD$
PORTNAME= qtpixmap
PORTVERSION= 0.28
PORTREVISION= 5
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
USE_X_PREFIX= yes
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>