freebsd-ports/graphics/pixieplus/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

34 lines
858 B
Makefile

# New ports collection makefile for: pixieplus
# Date created: 3 March 2003
# Whom: Arjan van Leeuwen <avleeuwen@piwebs.com>
#
# $FreeBSD$
#
PORTNAME= pixieplus
PORTVERSION= 0.5.4.1
PORTREVISION= 4
CATEGORIES= graphics kde
MASTER_SITES= http://people.fruitsalad.org/avleeuwen/distfiles/${PORTNAME}/
MAINTAINER= avleeuwen@piwebs.com
COMMENT= A free, fast, and feature packed image browser and viewer for KDE
LIB_DEPENDS= Magick.8:${PORTSDIR}/graphics/ImageMagick \
ungif.5:${PORTSDIR}/graphics/libungif
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_KDELIBS_VER=3
INSTALLS_SHLIB= yes
USE_AUTOTOOLS= libtool:13:inc
USE_BZIP2= yes
.include <bsd.port.pre.mk>
post-patch:
@${CP} ${FILESDIR}/blob_private.h ${WRKSRC}/app/
@${CP} ${FILESDIR}/exception_private.h ${WRKSRC}/app/
@${CP} ${FILESDIR}/image_private.h ${WRKSRC}/app/
.include <bsd.port.post.mk>