summaryrefslogtreecommitdiff
path: root/converters/gbase/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/gbase/Makefile')
-rw-r--r--converters/gbase/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/converters/gbase/Makefile b/converters/gbase/Makefile
new file mode 100644
index 00000000000..09d036b8a57
--- /dev/null
+++ b/converters/gbase/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2013/04/17 01:19:03 rodent Exp $
+
+DISTNAME= gbase-0.5
+CATEGORIES= converters math
+MASTER_SITES= http://www.fluxcode.net/
+
+MAINTAINER= rodent@NetBSD.org
+HOMEPAGE= http://fluxcode.net/projects/gbase-2
+COMMENT= GTK program designed to convert between the four common bases
+LICENSE= artistic
+
+USE_TOOLS+= pkg-config
+
+INSTALLATION_DIRS+= bin
+
+BUILD_TARGET= gbase
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/gbase ${DESTDIR}${PREFIX}/bin/gbase
+
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"