summaryrefslogtreecommitdiff
path: root/print/pdfmod/Makefile
blob: db0ce217cb2c412652a79df5c0a72424f6f42af9 (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
# New ports collection makefile for:	pdfmod
# Date created:		2009-07-28
# Whom:			Romain Tartiere <romain@blogreen.org>
#
# $FreeBSD$
#

PORTNAME=	pdfmod
PORTVERSION=	0.9.1
PORTREVISION=	1
CATEGORIES=	print
MASTER_SITES=	GNOME

MAINTAINER=	mono@FreeBSD.org
COMMENT=	A tool for modifying PDF documents

BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/hyena.pc:${PORTSDIR}/devel/hyena
RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/hyena.pc:${PORTSDIR}/devel/hyena

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_GNOME=	gnomehack gnomesharp20
USES=		gettext
INSTALLS_ICONS=	yes

.include <bsd.port.mk>