* Include contao/Makefile.common from contao/Makefile.example. * Add code some fragment tward to Contao 3.0 support. * Add CT_VERBASE to use COMMENT. * Use CT_FILES to Contao's files directory name.
11 lines
243 B
Makefile
11 lines
243 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/10/01 15:31:00 taca Exp $
|
|
#
|
|
|
|
DIST_SUBDIR= ${CT_DIST_SUBDIR}
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
CT_VERS= 211
|
|
|
|
.include "../../www/contao/Makefile.example"
|
|
.include "../../lang/php/phpversion.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|