2008-12-27 02:58:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2008/12/27 07:58:22 steven Exp $
|
2008-09-20 16:26:05 -04:00
|
|
|
|
|
|
|
COMMENT = library for nipper
|
|
|
|
|
2008-12-27 02:58:22 -05:00
|
|
|
DISTNAME = libnipper-0.12.5
|
2008-09-20 16:26:05 -04:00
|
|
|
CATEGORIES = security net
|
|
|
|
|
|
|
|
SHARED_LIBS = nipper 0.0
|
|
|
|
|
|
|
|
HOMEPAGE = http://nipper.sf.net/
|
|
|
|
MAINTAINER = Steven Mestdagh <steven@openbsd.org>
|
|
|
|
|
2008-09-21 06:31:34 -04:00
|
|
|
# GPLv3, but "cannot be used as part of a commercial product"
|
|
|
|
PERMIT_PACKAGE_CDROM = No
|
2008-09-20 16:26:05 -04:00
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
2008-09-21 06:31:34 -04:00
|
|
|
PERMIT_DISTFILES_CDROM =No
|
2008-09-20 16:26:05 -04:00
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=nipper/}
|
|
|
|
EXTRACT_SUFX = .tgz
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = cmake
|
|
|
|
MODULES += devel/cmake
|
|
|
|
|
2008-10-21 18:00:21 -04:00
|
|
|
NO_REGRESS = Yes
|
|
|
|
|
2008-09-20 16:26:05 -04:00
|
|
|
pre-configure:
|
|
|
|
@${SUBST_CMD} ${WRKSRC}/CMakeLists.txt
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|