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.
30 lines
791 B
Makefile
30 lines
791 B
Makefile
# $NetBSD: Makefile,v 1.15 2008/05/25 21:42:21 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= fortunes-de-0.20
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/f/fortunes-de/}
|
|
DISTFILES= fortunes-de_0.20.orig.tar.gz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://packages.debian.org/unstable/games/fortunes-de.html
|
|
COMMENT= German data files for fortune
|
|
|
|
BUILD_DEPENDS+= fortune-strfile-[0-9]*:../../games/fortune-strfile
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
STRFILE= ${LOCALBASE}/bin/strfile
|
|
INSTALLATION_DIRS= share/games/fortune/de
|
|
CHECK_PORTABILITY_SKIP= install.sh
|
|
|
|
USE_TOOLS+= pax
|
|
|
|
do-build:
|
|
find ${WRKSRC}/data -type f ! -name "*.dat" -exec ${STRFILE} {} \;
|
|
|
|
do-install:
|
|
cd ${WRKSRC}/data && pax -rw . \
|
|
${DESTDIR}${PREFIX}/share/games/fortune/de
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|