openbsd-ports/sysutils/star/Makefile
brad 29434d43cd add star port; Christian Weisgerber <naddy@unix-ag.uni-kl.de>
-
unique standard tape archiver with many enhancements
1999-05-16 04:21:18 +00:00

27 lines
738 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 1999/05/16 04:21:18 brad Exp $
# $FreeBSD: Makefile,v 1.7 1998/12/24 13:15:23 dirk Exp $
DISTNAME= star-1.2
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/star/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/compress
MAINTAINER= naddy@unix-ag.uni-kl.de
USE_GMAKE= yes
MAKE_ENV= MAKEPROG=gmake CCOM=${CC}
do-configure:
.if ${MACHINE} != i386 || ${CC} != cc
@${RM} -f ${WRKSRC}/RULES/${MACHINE}-openbsd-${CC}.rul
@${CP} ${WRKSRC}/RULES/i386-openbsd-cc.rul \
${WRKSRC}/RULES/${MACHINE}-openbsd-${CC}.rul
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/star/OBJ/*/star ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/star/star.1 ${PREFIX}/man/man1
.include <bsd.port.mk>