pkgsrc/archivers/star/Makefile

20 lines
532 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2002/09/25 06:35:48 cjep Exp $
#
DISTNAME= star-1.4.1
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/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
USE_GMAKE= # defined
MAKE_FLAGS+= INS_BASE=${LOCALBASE}
pre-build:
@cd ${WRKSRC}/RULES && for i in arm; do \
${LN} -s i386-netbsd-cc.rul $$i-netbsd-cc.rul; done
.include "../../mk/bsd.pkg.mk"