2020-08-17 22:17:15 +02:00
|
|
|
# $NetBSD: Makefile,v 1.21 2020/08/17 20:18:20 leot Exp $
|
2013-04-17 03:19:03 +02:00
|
|
|
|
|
|
|
DISTNAME= gbase-0.5
|
2020-08-17 22:17:15 +02:00
|
|
|
PKGREVISION= 18
|
2013-04-17 03:19:03 +02:00
|
|
|
CATEGORIES= converters math
|
|
|
|
MASTER_SITES= http://www.fluxcode.net/
|
|
|
|
|
2017-09-16 21:26:41 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2013-04-17 03:19:03 +02:00
|
|
|
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:
|
2019-11-03 18:14:24 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gbase ${DESTDIR}${PREFIX}/bin/gbase
|
2013-04-17 03:19:03 +02:00
|
|
|
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|