1999-10-14 05:06:54 +00:00
|
|
|
# New ports collection makefile for: eog
|
1999-10-27 10:26:00 +00:00
|
|
|
# Version required: 0.2
|
1999-10-14 05:06:54 +00:00
|
|
|
# Date created: 5th October 1999
|
|
|
|
# Whom: Ade Lovett <ade@lovett.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
1999-10-27 10:26:00 +00:00
|
|
|
DISTNAME= eog-0.2
|
1999-10-14 05:06:54 +00:00
|
|
|
CATEGORIES= graphics gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= sources/eog
|
|
|
|
|
|
|
|
MAINTAINER= ade@lovett.com
|
|
|
|
|
|
|
|
LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \
|
1999-10-27 10:26:00 +00:00
|
|
|
gdk_pixbuf.1:${PORTSDIR}/graphics/gdk-pixbuf
|
1999-10-14 05:06:54 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|