mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
77748aa5b9
Strip binary prior to installation
25 lines
625 B
Makefile
25 lines
625 B
Makefile
# 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>
|