blob: 378d3440d04f621590573c16d7f551e9bf61baf0 (
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
USE_GETTEXT= yes
INSTALLS_ICONS= yes
.include <bsd.port.mk>
|