freebsd-ports/editors/poke/Makefile
2021-04-06 16:31:07 +02:00

35 lines
694 B
Makefile

# Created by: Olga Smirnova <mistresssilvara@hotmail.com>
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>