freebsd-ports/graphics/passepartout/Makefile

45 lines
1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: passepartout
# Date created: 11st Sep 2003
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/graphics/passepartout/Makefile,v 1.4 2006/09/30 15:31:05 ahze Exp $
PORTNAME= passepartout
2004-01-18 07:13:16 +01:00
PORTVERSION= 0.4
PORTREVISION= 10
CATEGORIES= graphics gnome
MASTER_SITES= http://www.stacken.kth.se/project/pptout/files/
MAINTAINER= gnome@FreeBSD.org
COMMENT= DTP application for X
LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20 \
2004-01-18 07:13:16 +01:00
xml\\+\\+-1.0:${PORTSDIR}/textproc/libxml++
2003-10-05 05:46:05 +02:00
RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
USE_BZIP2= yes
USE_GMAKE= yes
2003-12-04 08:56:39 +01:00
USE_GNOME= gnomehack gnometarget
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFALGS=-I${LOCALBASE}/include \
LDFLAGS=-L${LOCALBASE}/lib
MAN1= xml2ps.1 passepartout.1x
2003-12-04 08:56:39 +01:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-old_cxx
.endif
2004-01-18 07:13:16 +01:00
.if exists(${LOCALBASE}/lib/libfam.a)
WITH_FAM= yes
2004-01-18 07:13:16 +01:00
.endif
.if defined(WITH_FAM)
LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam
2004-01-18 07:13:16 +01:00
.endif
.include <bsd.port.post.mk>