edd c84de38b2d Import devel/unibilium.
pkg/DESCR:
---8<---
Unibilium is a very basic terminfo library. It doesn't depend on curses or any
other library. It also doesn't use global variables, so it should be
thread-safe.
--->8---

OK czarkoff@, thanks.
2017-01-19 19:44:47 +00:00

24 lines
407 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2017/01/19 19:44:47 edd Exp $
COMMENT = very basic terminfo library
VERSION = 1.2.0
DISTNAME = unibilium-${VERSION}
GH_ACCOUNT = mauke
GH_PROJECT = unibilium
GH_TAGNAME = v${VERSION}
SHARED_LIBS += unibilium 0.0 # 3.0
CATEGORIES = devel
# LGPLv3+
PERMIT_PACKAGE_CDROM = Yes
MAKE_FLAGS = PREFIX=${PREFIX} \
MANDIR=${PREFIX}/man
USE_GMAKE = Yes
.include <bsd.port.mk>