[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / devel / cdk

File: [local] / ports / devel / cdk / Makefile (download)

Revision 1.17, Thu Sep 21 09:49:50 2023 UTC (8 months, 1 week ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.16: +1 -1 lines

-> SITES

COMMENT=	curses development kit

V=		5.0-20060507
DISTNAME=	cdk-${V}
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

SITES=		https://invisible-mirror.net/archives/cdk/ \
		ftp://ftp.invisible-island.net/cdk/

CONFIGURE_STYLE= gnu
CONFIGURE_ARGS=	--with-ncurses \
		--with-libtool=${LIBTOOL}

NO_TEST=	Yes

.include <bsd.port.mk>