pkgsrc/archivers/star/Makefile
rillig 6ac350a20a Fixed some pkglint warnings of the form:
- WARN: archivers/bzip2/Makefile:15: Please use ${CC:Q} instead of "${CC}".
2005-12-01 16:41:29 +00:00

31 lines
843 B
Makefile

# $NetBSD: Makefile,v 1.15 2005/12/01 16:41:29 rillig Exp $
#
DISTNAME= star-1.4.3
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.berlios.de/pub/star/
MAINTAINER= uebayasi@NetBSD.org
HOMEPAGE= http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/star.html
COMMENT= The fastest tar like archiver for UNIX
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= gmake
MAKE_FLAGS+= INS_BASE=${PREFIX:Q}
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "x86_64"
post-extract:
${LN} -s ${WRKSRC}/RULES/i386-netbsd-cc.rul \
${WRKSRC}/RULES/x86_64-netbsd-cc.rul
.endif
pre-build:
@cd ${WRKSRC}/RULES && for i in arm mipsel; do \
${LN} -s i386-netbsd-cc.rul $$i-netbsd-cc.rul; done
@cd ${WRKSRC}/RULES && \
${LN} -s os-freebsd.id os-dragonfly.id
.include "../../mk/bsd.pkg.mk"