33 lines
582 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.15 2020/03/11 22:27:58 naddy Exp $
COMMENT= curses development kit
V= 5.0-20060507
DISTNAME= cdk-${V}
2010-11-15 19:45:56 +00:00
PKGNAME= cdk-${V:S/-/./}
REVISION = 4
EXTRACT_SUFX= .tgz
SHARED_LIBS += cdk 0.0 # .4.0
CATEGORIES= devel
HOMEPAGE= https://invisible-island.net/cdk/
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
# BSD
PERMIT_PACKAGE= Yes
MASTER_SITES= https://invisible-mirror.net/archives/cdk/ \
ftp://ftp.invisible-island.net/cdk/
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-ncurses \
--with-libtool=${LIBTOOL}
2013-03-11 10:50:00 +00:00
NO_TEST= Yes
.include <bsd.port.mk>