a1b7c39eb5
Don't redirect errors to /dev/null and don't return true(1) unconditionally. Instead, don't check for the existence of index.theme. This will allow us to catch errors that may be happening because of a missing dependency in the chain. Some hidden issues may appear, in which case please contact me. discussed with and ok blind jasper@
40 lines
784 B
Makefile
Executable File
40 lines
784 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.9 2012/06/15 08:32:16 ajacoutot 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
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= 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>
|