aboutsummaryrefslogtreecommitdiff
path: root/editors/poke/Makefile
blob: 8e7f1b84a6f165ed4def3364205a9b4deb9f93ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
PORTNAME=	poke
PORTVERSION=	1.0
CATEGORIES=	editors
MASTER_SITES=	GNU

MAINTAINER=	mistresssilvara@hotmail.com
COMMENT=	Scriptable interactive binary editor

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	help2man:misc/help2man
LIB_DEPENDS=	libgc.so:devel/boehm-gc \
		libjson-c.so:devel/json-c \
		libtextstyle.so:devel/libtextstyle

USES=		gmake libtool pkgconfig readline
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes

CONFIGURE_ARGS=	--disable-gui
INSTALL_TARGET=	install-strip

INFO=		${PORTNAME}

OPTIONS_DEFINE=	EXAMPLES NLS
OPTIONS_SUB=	yes

NLS_USES=		gettext-runtime
NLS_CONFIGURE_ENABLE=	nls

.include <bsd.port.mk>