diff options
Diffstat (limited to 'graphics/gnomeiconedit/Makefile')
-rw-r--r-- | graphics/gnomeiconedit/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/graphics/gnomeiconedit/Makefile b/graphics/gnomeiconedit/Makefile new file mode 100644 index 000000000000..7f0d55f040f8 --- /dev/null +++ b/graphics/gnomeiconedit/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: gnomeiconedit +# Version required: 1.0.0 +# Date created: 28th January 2000 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $FreeBSD$ +# + +DISTNAME= gnome-iconedit-1.0.0 +PKGNAME= gnomeiconedit-1.0.0 +CATEGORIES= graphics gnome +MASTER_SITES= http://www.abdn.ac.uk/~u07ih/gnome-iconedit/ + +MAINTAINER= ade@FreeBSD.org + +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ + gdk_pixbuf.1:${PORTSDIR}/graphics/gdk-pixbuf + +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> |