1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/graphics/eog/Makefile
Yukihiro Nakai 3e2d257cf1 PR: ports/14303
Submitted by:Ade Lovett <ade@lovett.com>
Initial import.
Eye of GNOME, a graphics viewer, a replacement of electriceyes.
1999-10-14 05:06:54 +00:00

26 lines
545 B
Makefile

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