pkgsrc/www/php-phrasea2/Makefile

27 lines
721 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.10 2013/04/06 13:02:33 rodent Exp $
2011-10-04 10:01:18 +02:00
#
.include "../../www/phraseanet/Makefile.common"
MODNAME= phrasea2
PKGREVISION= 2
2011-12-16 15:51:21 +01:00
PECL_VERSION= ${VERS}
PECL_LEGACY_VERSION_SCHEME= yes
2011-10-04 10:01:18 +02:00
EXTRACT_ELEMENTS= ${DISTNAME}/bin/src/php_phrasea2
EXTRACT_SUFX= .tar.gz
2011-10-04 10:01:18 +02:00
USE_LANGUAGES= c c++
.include "../../lang/php/ext.mk"
# php/ext.mk trashes these, preventing the package from building,
# so set them back again afterwards. grr
DISTNAME= phraseanet-v${VERS}-linux
DIST_SUBDIR= #empty
# This seems to now be needed though it wasn't before...
WRKSRC=${WRKDIR}/${DISTNAME}/bin/src/php_phrasea2
2011-10-04 10:01:18 +02:00
.include "../../mk/mysql.buildlink3.mk"
.include "../../devel/libuuid/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"