freebsd-ports/devel/libtermkey/Makefile
Rodrigo Osorio d69722df3f Upgrade port to v0.20 and take maintenership
Also fix plist and add license file
2017-03-31 12:52:45 +00:00

24 lines
606 B
Makefile

# Created by: Anton Tornqvist <antont@inbox.lv>
# $FreeBSD$
PORTNAME= libtermkey
PORTVERSION= 0.20
CATEGORIES= devel
MASTER_SITES= http://www.leonerd.org.uk/code/libtermkey/
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Easy processing of keyboard entry from terminal-based programs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake libtool:build ncurses pathfix pkgconfig
PATHFIX_MAKEFILEIN= Makefile
LIB_DEPENDS= libunibilium.so:devel/unibilium
USE_LDCONFIG= yes
MAKE_ARGS= MANDIR=${MANPREFIX}/man
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtermkey.so.1.14.0
.include <bsd.port.mk>