1997-05-03 10:16:32 +00:00
|
|
|
# New ports collection makefile for: star
|
|
|
|
# Date created: Thu May 1 20:28:44 CEST 1997
|
|
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
|
|
#
|
1999-08-31 02:00:46 +00:00
|
|
|
# $FreeBSD$
|
1997-05-03 10:16:32 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 19:09:11 +00:00
|
|
|
PORTNAME= star
|
2000-04-22 10:14:11 +00:00
|
|
|
PORTVERSION= 1.2
|
1998-12-24 13:15:23 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/star/ \
|
|
|
|
${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= utils/compress
|
1997-05-03 10:16:32 +00:00
|
|
|
|
2000-02-21 16:41:35 +00:00
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
1997-05-03 10:16:32 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
1999-07-19 20:21:15 +00:00
|
|
|
MAKE_ENV= MAKEPROG=gmake CCOM=${CC}
|
1997-05-07 02:03:58 +00:00
|
|
|
MAN1= star.1
|
1999-11-08 20:40:11 +00:00
|
|
|
MLINKS= star.1 ustar.1
|
1997-05-03 10:16:32 +00:00
|
|
|
|
1999-05-31 05:08:14 +00:00
|
|
|
.if ${MACHINE_ARCH} != "i386"
|
|
|
|
post-extract:
|
1999-07-19 20:21:15 +00:00
|
|
|
@${LN} -sf i386-freebsd-cc.rul \
|
|
|
|
${WRKSRC}/RULES/${MACHINE_ARCH}-freebsd-cc.rul
|
1999-05-31 05:08:14 +00:00
|
|
|
.endif
|
|
|
|
|
1997-05-03 10:16:32 +00:00
|
|
|
do-install:
|
1999-07-19 20:21:15 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/star/OBJ/${MACHINE_ARCH}-freebsd-cc/star \
|
1999-07-20 06:00:42 +00:00
|
|
|
${PREFIX}/bin
|
1999-11-08 20:40:11 +00:00
|
|
|
(cd ${PREFIX}/bin; ${LN} -f star ustar)
|
1997-05-03 10:16:32 +00:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/star/star.1 ${PREFIX}/man/man1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|