summaryrefslogtreecommitdiffstats
path: root/graphics/passepartout/Makefile
blob: 7d4c3dc143e179dd12294ff4f0a6b060c34e4b0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:    passepartout
# Date created:             11st Sep 2003
# Whom:                 Alexander Nedotsukov <bland@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   passepartout
PORTVERSION=    0.2
CATEGORIES= graphics gnome
MASTER_SITES=   http://www.stacken.kth.se/project/pptout/files/

PATCH_SITES=    ${MASTER_SITES}
PATCHFILES= passepartout-0.2-assert.patch \
        passepartout-0.2-thread.patch
PATCH_DIST_STRIP=   -p1

MAINTAINER= gnome@FreeBSD.org
COMMENT=    DTP application for X

LIB_DEPENDS=    gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtk--2 \
        xml\\+\\+-0.1:${PORTSDIR}/textproc/libxml++

USE_BZIP2=  yes
USE_GMAKE=  yes
USE_X_PREFIX=   yes
USE_GNOME=  gnomehack
USE_LIBTOOL=    yes
CONFIGURE_TARGET=   --build=${ARCH}-portbld-freebsd${OSREL}

.include <bsd.port.mk>