blob: 936f9db24f3049831aaf7d5b7ec17c9f65fea0fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.50 2011/08/12 12:55:26 taca Exp $
#
# Use time stamp of latest translation.
VERS= 20110629
CT_VERS= 29
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"
|