37 lines
702 B
Makefile
Executable File
37 lines
702 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.11 2013/03/11 11:10:55 espie Exp $
|
|
|
|
COMMENT= simple application for modifying PDF documents
|
|
|
|
GNOME_PROJECT= pdfmod
|
|
GNOME_VERSION= 0.9.1
|
|
REVISION= 2
|
|
|
|
CATEGORIES= graphics print
|
|
|
|
HOMEPAGE= http://live.gnome.org/PdfMod
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MODULES= lang/mono \
|
|
x11/gnome
|
|
|
|
BUILD_DEPENDS= devel/hyena \
|
|
x11/gnome/mono-gnome
|
|
RUN_DEPENDS= print/poppler \
|
|
x11/gnome/mono-gnome
|
|
|
|
MODGNOME_TOOLS= yelp
|
|
MODGNOME_DESKTOP_FILE= Yes
|
|
MODGNOME_ICON_CACHE= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= --enable-release \
|
|
--disable-external-poppler-sharp
|
|
|
|
DLLMAP_FILES= lib/poppler-sharp/poppler-sharp/poppler-sharp.dll.config
|
|
|
|
.include <bsd.port.mk>
|