1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/graphics/sodipodi/Makefile
Ade Lovett fd50c7d351 Forcibly turn off bonobo support, even if it's present on the system,
since the bonobo-related code makes references to gdk-pixbuf
features that were removed/replaced in newer versions.
2000-08-04 02:10:43 +00:00

36 lines
891 B
Makefile

# New ports collection makefile for: sodipodi
# Date created: 28 January 2000
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= sodipodi
PORTVERSION= 0.18.2
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= nakai@FreeBSD.org
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
glade.4:${PORTSDIR}/devel/libglade \
gnomeprint.9:${PORTSDIR}/print/gnomeprint \
gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
WRKSRC= ${WRKDIR}/${PORTNAME}-0.18
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_GMAKE= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--without-bonobo
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>