openbsd-ports/security/libnipper/Makefile
2010-04-15 20:35:46 +00:00

31 lines
624 B
Makefile

# $OpenBSD: Makefile,v 1.9 2010/04/15 20:36:42 dcoppa Exp $
COMMENT = library for nipper
DISTNAME = libnipper-0.12.6
PKGNAME = ${DISTNAME}p0
CATEGORIES = security net
SHARED_LIBS = nipper 0.0
HOMEPAGE = http://nipper.sf.net/
MAINTAINER = Steven Mestdagh <steven@openbsd.org>
# GPLv3, but "cannot be used as part of a commercial product"
PERMIT_PACKAGE_CDROM = No
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =No
PERMIT_DISTFILES_FTP = Yes
EXTRACT_SUFX = .tgz
CONFIGURE_STYLE = cmake
MODULES += devel/cmake
NO_REGRESS = Yes
pre-configure:
@${SUBST_CMD} ${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>