summaryrefslogtreecommitdiff
path: root/graphics/gnome-iconedit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gnome-iconedit/Makefile')
-rw-r--r--graphics/gnome-iconedit/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/graphics/gnome-iconedit/Makefile b/graphics/gnome-iconedit/Makefile
new file mode 100644
index 00000000000..36924f8f9d6
--- /dev/null
+++ b/graphics/gnome-iconedit/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/03 15:07:23 wiz Exp $
+#
+
+DISTNAME= gnome-iconedit-1.2.0
+CATEGORIES= graphics gnome
+MASTER_SITES= http://www.webtribe.net/i/iain/
+
+MAINTAINER= wiz@netbsd.org
+
+DEPENDS+= gdk-pixbuf>=0.7.0:../../graphics/gdk-pixbuf
+DEPENDS+= gnome-libs>=1.2.0:../../x11/gnome-libs
+DEPENDS+= oaf-0.6.0:../../devel/oaf
+BUILD_DEPENDS+= msgfmt:../../devel/gettext
+
+GNU_CONFIGURE= YES
+USE_GMAKE= YES
+USE_LIBINTL= YES
+USE_X11BASE= YES
+
+# for finding libpng
+CPPFLAGS+= -I${LOCALBASE}/include
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+
+post-configure:
+ cd ${WRKSRC}/src && ${GMAKE} clean
+
+.include "../../mk/bsd.pkg.mk"