blob: 5755696e6b68e02e90d3dea17c1b87bd169f1602 (
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
|
# New ports collection makefile for: analog
# Version required: 1.9.6
# Date created: 9 June 1996
# Whom: jraynard
#
# $Id: Makefile,v 1.2 1996/08/04 14:09:28 jraynard Exp $
#
DISTNAME= analog.1.91.4
PKGNAME= analog-1.91.4
CATEGORIES+= www
MASTER_SITES= ftp://ftp.statslab.cam.ac.uk/pub/users/sret1/analog/
MAINTAINER= jfitz@freebsd.org
WRKSRC= ${WRKDIR}/analog
do-install:
@mkdir -p ${PREFIX}/share/analog
@(cd ${WRKSRC}; cp -r Readme.html domains.tab primes.tab images ${PREFIX}/share/analog; cp analog ${PREFIX}/bin)
@(cd ${PREFIX}/share/analog; chmod +r *)
@strip ${PREFIX}/bin/analog
.include <bsd.port.mk>
|