blob: ecf84e99563852f3e12b05942f54a7f5b123d20d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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>
|