2010-10-18 17:41:44 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2010/10/18 21:41:45 espie Exp $
|
2008-09-20 16:26:05 -04:00
|
|
|
|
|
|
|
COMMENT = library for nipper
|
|
|
|
|
2009-01-03 03:31:20 -05:00
|
|
|
DISTNAME = libnipper-0.12.6
|
2010-07-30 19:13:30 -04:00
|
|
|
REVISION = 2
|
2008-09-20 16:26:05 -04:00
|
|
|
CATEGORIES = security net
|
|
|
|
|
|
|
|
SHARED_LIBS = nipper 0.0
|
|
|
|
|
|
|
|
HOMEPAGE = http://nipper.sf.net/
|
|
|
|
|
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
|
|
|
|
|
|
|
|
EXTRACT_SUFX = .tgz
|
|
|
|
|
2010-07-30 19:13:30 -04:00
|
|
|
WANTLIB= m stdc++
|
2008-09-20 16:26:05 -04:00
|
|
|
CONFIGURE_STYLE = cmake
|
|
|
|
MODULES += devel/cmake
|
|
|
|
|
2010-10-18 17:41:44 -04:00
|
|
|
USE_GROFF = Yes
|
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>
|