2000-01-28 22:25:27 +00:00
|
|
|
# New ports collection makefile for: gnomeiconedit
|
|
|
|
# Date created: 28th January 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= gnomeiconedit
|
|
|
|
PORTVERSION= 1.0.6
|
2000-01-28 22:25:27 +00:00
|
|
|
CATEGORIES= graphics gnome
|
|
|
|
MASTER_SITES= http://www.abdn.ac.uk/~u07ih/gnome-iconedit/
|
2000-04-14 10:48:02 +00:00
|
|
|
DISTNAME= gnome-iconedit-${PORTVERSION}
|
2000-01-28 22:25:27 +00:00
|
|
|
|
|
|
|
MAINTAINER= ade@FreeBSD.org
|
|
|
|
|
|
|
|
LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \
|
2000-04-21 16:09:42 +00:00
|
|
|
gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
|
2000-01-28 22:25:27 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
|
|
|
--datadir=${PREFIX}/share/gnome
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|