87a67e83c0
o simplify DESCR, add WWW tag o support NOPORTDOCS in PLIST o style changes in Makefile: - un"echo" installation - merge do-install/post-install PR: 31075 Submitted by: KATO Tsuguru <tkato@prontomail.com>
26 lines
554 B
Makefile
26 lines
554 B
Makefile
# New ports collection makefile for: atlast
|
|
# Date created: 26 Ag 97
|
|
# Whom: Pedro Giffuni
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= atlast
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://www.fourmilab.ch/atlast/ \
|
|
http://www.fourmilab.to/atlast/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/atlast ${PREFIX}/bin
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/atlast.ps ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/atlast.rtf ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|