blob: 7445271fe30e4cf5c0b963e06874fcf3a7dd2a0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.9 2011/09/21 15:28:54 taca Exp $
#
# Use time stamp of latest translation.
VERS= 20110920
CT_VERS= 210
PKG_DESTDIR_SUPPORT= user-destdir
.include "options.mk"
.include "../../www/contao/Makefile.translations"
.include "../../www/contao/Makefile.common"
.include "../../lang/php/phpversion.mk"
.include "../../mk/bsd.pkg.mk"
|