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 $
|
2006-12-17 06:08:34 +01:00
|
|
|
#
|
2003-09-25 17:20:36 +02:00
|
|
|
|
|
|
|
PORTNAME= passepartout
|
2007-07-29 21:42:42 +02:00
|
|
|
PORTVERSION= 0.7.0
|
2003-09-25 17:20:36 +02:00
|
|
|
CATEGORIES= graphics gnome
|
2007-07-04 19:55:44 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
|
|
|
DIST_SUBDIR= gnome2
|
2003-09-25 17:20:36 +02:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= DTP application for X
|
|
|
|
|
2007-01-13 18:47:22 +01:00
|
|
|
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
|
2006-12-17 06:08:34 +01:00
|
|
|
LIB_DEPENDS= xml\\+\\+-1.0:${PORTSDIR}/textproc/libxml++ \
|
|
|
|
gnomecanvasmm-2.6:${PORTSDIR}/graphics/libgnomecanvasmm26
|
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
|
|
|
|
2006-12-17 06:08:34 +01: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>
|
|
|
|
|
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-12-17 06:08:34 +01:00
|
|
|
USE_FAM= yes
|
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>
|