openbsd-ports/x11/gnome/ggv/Makefile
2004-10-10 16:44:12 +00:00

43 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.3 2004/10/10 16:44:12 sturm Exp $
COMMENT= "GNOME frontend for GhostScript"
DISTNAME= ggv-2.6.2
CATEGORIES= print x11/gnome
HOMEPAGE= http://www.gnome.org/
MAINTAINER= Thomas Delaet <thomas@delaet.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ggv/2.6/}
EXTRACT_SUFX= .tar.bz2
MODULES= devel/gettext
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
:p5-XML-Parser-*:textproc/p5-XML-Parser \
:scrollkeeper-*:textproc/scrollkeeper \
:ghostscript-*:print/ghostscript/gnu
LIB_DEPENDS= gnomeui-2::x11/gnome/libgnomeui
RUN_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper \
:ghostscript-*:print/ghostscript/gnu
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/ggv \
--disable-schemas-install
post-patch:
@ln -s /usr/bin/true ${WRKDIR}/bin/scrollkeeper-update
.include <bsd.port.mk>