Tue Jun 11 01:12:23 2013 UTC ()
Hopefully fixes building on most platforms supported


(khorben)
diff -r1.1 -r1.2 pkgsrc/security/php-ssdeep/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/security/php-ssdeep/Makefile (expand / switch to unified diff)

--- pkgsrc/security/php-ssdeep/Makefile 2013/06/05 19:57:01 1.1
+++ pkgsrc/security/php-ssdeep/Makefile 2013/06/11 01:12:23 1.2
@@ -1,17 +1,20 @@ @@ -1,17 +1,20 @@
1# $NetBSD: Makefile,v 1.1 2013/06/05 19:57:01 khorben Exp $ 1# $NetBSD: Makefile,v 1.2 2013/06/11 01:12:23 khorben Exp $
2# 2#
3 3
4MODNAME= ssdeep 4MODNAME= ssdeep
5PECL_VERSION= 1.0.2 5PECL_VERSION= 1.0.2
6CATEGORIES+= security 6CATEGORIES+= security
7 7
8MAINTAINER= khorben@defora.org 8MAINTAINER= khorben@defora.org
9HOMEPAGE= http://treffynnon.github.io/php_ssdeep/ 9HOMEPAGE= http://treffynnon.github.io/php_ssdeep/
10COMMENT= PHP extension for ssdeep 10COMMENT= PHP extension for ssdeep
11LICENSE= artistic 11LICENSE= artistic
12 12
 13CONFIGURE_ARGS+= SSDEEP_INCLUDEDIR=${PREFIX}/include
 14CONFIGURE_ARGS+= SSDEEP_LIB_DIR=${PREFIX}/lib
 15
13CONFLICTS= php-ssdeep-[0-9]* 16CONFLICTS= php-ssdeep-[0-9]*
14 17
15.include "../../lang/php/ext.mk" 18.include "../../lang/php/ext.mk"
16.include "../../security/ssdeep/buildlink3.mk" 19.include "../../security/ssdeep/buildlink3.mk"
17.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"