pkgsrc/www/php-phrasea2/Makefile

25 lines
695 B
Makefile

# $NetBSD: Makefile,v 1.8 2012/10/28 06:30:57 asau Exp $
#
.include "../../www/phraseanet/Makefile.common"
MODNAME= phrasea2
PKGREVISION= 1
PECL_VERSION= ${VERS}
PECL_LEGACY_VERSION_SCHEME= yes
EXTRACT_ELEMENTS= ${DISTNAME}/bin/src/php_phrasea2
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
.include "../../mk/mysql.buildlink3.mk"
.include "../../devel/libuuid/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"