pkgsrc/www/drupal6-translations/Makefile
taca 41f5f925ca Update drupal6-translation package to 20090113.
* Add French, Korean and Russian translation.
  (Korean translation dosen't seems to cover all modules.)
* Update Slovak translations.
2009-01-21 14:03:44 +00:00

39 lines
886 B
Makefile

# $NetBSD: Makefile,v 1.10 2009/01/21 14:03:44 taca Exp $
#
DISTNAME= drupal6-translations-20090118
CATEGORIES= www
MASTER_SITES= http://ftp.drupal.org/files/projects/
DISTFILES= ${DL_DISTFILES}
DIST_SUBDIR= drupal6-${STAMP}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://drupal.org/project/Translations
COMMENT= Langate translation files for drupal 6.x
DEPENDS+= drupal>=6.3:../../www/drupal6
#
# update STAMP when any distfile's content changed without its filename.
STAMP= 20080816
USE_TOOLS+= pax
NO_CONFIGURE= yes
NO_BUILD= yes
EXTRACT_DIR= ${WRKSRC}
WRKSRC= ${WRKDIR}/drupal
PKG_DESTDIR_SUPPORT= user-destdir
PLIST_SUBST+= DRUPAL_BASE=${DRUPAL_BASE:Q}
.include "options.mk"
DRUPAL_BASE?= share/drupal
pre-install:
cd ${WRKSRC}; ${CHMOD} ${NONBINMODE} *.txt
do-install:
cd ${WRKSRC}; pax -rw . ${DESTDIR}${PREFIX}/${DRUPAL_BASE}
.include "../../mk/bsd.pkg.mk"