79660510bb
license change of forthcoming TYPOlihght 2.8(.RC1).
36 lines
908 B
Makefile
36 lines
908 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/11/22 16:17:59 taca Exp $
|
|
#
|
|
|
|
DISTNAME= typolight${TL_VER}-translations-${VERS}
|
|
CATEGORIES= www
|
|
MASTER_SITES= # defined for each distfiles
|
|
DISTFILES= ${TL_DISTFILES}
|
|
EXTRACT_DIR= ${WRKSRC}
|
|
|
|
MAINTAINER= taca@NetBSD.org
|
|
HOMEPAGE= http://www.typolight.org/download-translations.html
|
|
COMMENT= Language files for TYPOlight CMS
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
DEPENDS+= typolight${TL_VER}>=2.6.0:../../www/typolight26
|
|
|
|
# Use time stamp of latest translation.
|
|
VERS= 20090317
|
|
USE_TOOLS= pax
|
|
NO_BUILD= yes
|
|
NO_CONFIGURE= yes
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "options.mk"
|
|
|
|
pre-install:
|
|
${FIND} ${WRKSRC:Q} -name "*.orig*" -exec ${RM} -f {} \;
|
|
|
|
do-install:
|
|
cd ${WRKSRC}; pax -rw . ${DESTDIR}${PREFIX}/${TL_WEBDIR}
|
|
|
|
.include "../../www/typolight26/Makefile.version"
|
|
.include "../../www/typolight/Makefile.common"
|
|
.include "../../lang/php/phpversion.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|