2003-09-25 17:20:36 +02:00
|
|
|
# New ports collection makefile for: passepartout
|
|
|
|
# Date created: 11st Sep 2003
|
|
|
|
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-10-14 10:54:54 +02:00
|
|
|
# $MCom: ports/graphics/passepartout/Makefile,v 1.4 2006/09/30 15:31:05 ahze Exp $
|
2003-09-25 17:20:36 +02:00
|
|
|
|
|
|
|
PORTNAME= passepartout
|
2004-01-18 07:13:16 +01:00
|
|
|
PORTVERSION= 0.4
|
2006-10-14 10:54:54 +02:00
|
|
|
PORTREVISION= 10
|
2003-09-25 17:20:36 +02:00
|
|
|
CATEGORIES= graphics gnome
|
|
|
|
MASTER_SITES= http://www.stacken.kth.se/project/pptout/files/
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= DTP application for X
|
|
|
|
|
2006-05-29 08:11:17 +02:00
|
|
|
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
|
2003-09-25 17:20:36 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2003-12-04 08:56:39 +01:00
|
|
|
USE_GNOME= gnomehack gnometarget
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-01-18 07:32:36 +01:00
|
|
|
CONFIGURE_ENV= CFALGS=-I${LOCALBASE}/include \
|
|
|
|
LDFLAGS=-L${LOCALBASE}/lib
|
2003-09-25 17:20:36 +02:00
|
|
|
|
2004-08-19 06:49:33 +02:00
|
|
|
MAN1= xml2ps.1 passepartout.1x
|
2003-12-04 08:56:39 +01:00
|
|
|
|
2003-11-02 19:05:48 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 500000
|
2006-10-14 10:54:54 +02:00
|
|
|
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-old_cxx
|
2003-11-02 19:05:48 +01:00
|
|
|
.endif
|
|
|
|
|
2004-01-18 07:13:16 +01:00
|
|
|
.if exists(${LOCALBASE}/lib/libfam.a)
|
2006-10-14 10:54:54 +02:00
|
|
|
WITH_FAM= yes
|
2004-01-18 07:13:16 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_FAM)
|
2006-10-14 10:54:54 +02:00
|
|
|
LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam
|
2004-01-18 07:13:16 +01:00
|
|
|
.endif
|
2003-09-25 17:20:36 +02:00
|
|
|
|
2003-11-02 19:05:48 +01:00
|
|
|
.include <bsd.port.post.mk>
|