freebsd-ports/graphics/eog2/Makefile

28 lines
634 B
Makefile
Raw Normal View History

# New ports collection makefile for: eog
# Date created: 5th October 1999
# Whom: Ade Lovett <ade@lovett.com>
#
# $FreeBSD$
#
PORTNAME= eog
2000-04-21 18:08:37 +02:00
PORTVERSION= 0.3
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
2000-04-21 18:08:37 +02:00
MASTER_SITE_SUBDIR= unstable/sources/eog
MAINTAINER= ade@FreeBSD.org
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
2000-04-21 18:08:37 +02:00
gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_LIBTOOL= yes
2000-04-21 18:08:37 +02:00
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>