a8a3c01339
patches to add it). Drop pax from the default USE_TOOLS list. Make bsdtar the default for those places that wanted gtar to extract long links etc, as bsdtar can be built of the tree.
33 lines
743 B
Makefile
33 lines
743 B
Makefile
# $NetBSD: Makefile,v 1.24 2008/05/25 21:42:22 joerg Exp $
|
|
|
|
DISTNAME= all_locales-${VER}-20071220
|
|
PKGNAME= squirrelmail-locales-${VER}
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squirrelmail/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= martti@NetBSD.org
|
|
HOMEPAGE= http://www.squirrelmail.org/
|
|
COMMENT= Locale package for SquirrelMail
|
|
#LICENSE= gnu-gpl-v2
|
|
|
|
VER= 1.4.13
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
NO_CONFIGURE= yes
|
|
USE_TOOLS+= pax
|
|
INSTALLATION_DIRS= share/squirrelmail
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
do-build:
|
|
cd ${WRKDIR}/help && rm -rf en_US
|
|
|
|
do-install:
|
|
cd ${WRKDIR} && \
|
|
pax -rw -pp help images locale \
|
|
${DESTDIR}${PREFIX}/share/squirrelmail
|
|
|
|
.include "../../mail/squirrelmail/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|