summaryrefslogtreecommitdiff
path: root/lang/atlast/Makefile
blob: 12317644168e2f6adaed782b636e062c3220a840 (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
26
# New ports collection makefile for:	atlast
# Version required:     1.0
# Date created:         26 Ag 97
# Whom:                 Pedro Giffuni
#
# $FreeBSD$
#

DISTNAME=	atlast-1.0
CATEGORIES=	lang
MASTER_SITES=	http://www.fourmilab.ch/atlast/

MAINTAINER=	giffunip@asme.org

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>