1997-11-17 09:48:18 +00:00
|
|
|
# New ports collection makefile for: atlast
|
|
|
|
# Version required: 1.0
|
|
|
|
# Date created: 26 Ag 97
|
|
|
|
# Whom: Pedro Giffuni
|
|
|
|
#
|
1999-08-25 06:35:40 +00:00
|
|
|
# $FreeBSD$
|
1997-11-17 09:48:18 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= atlast-1.0
|
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= http://www.fourmilab.ch/atlast/
|
|
|
|
|
1998-02-20 18:39:58 +00:00
|
|
|
MAINTAINER= giffunip@asme.org
|
1997-11-17 09:48:18 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
$(INSTALL_PROGRAM) $(WRKSRC)/atlast $(PREFIX)/bin
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
strip ${PREFIX}/bin/atlast
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/atlast
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/atlast.ps ${PREFIX}/share/doc/atlast
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/atlast.rtf ${PREFIX}/share/doc/atlast
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|