aboutsummaryrefslogtreecommitdiffstats
path: root/math/fudgit/Makefile
blob: 584cff08fae130a652e10897b70a2856334fdbc3 (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:    Fudgit
# Version required:     2.41
# Date created:         17 November 1994
# Whom:                 jmz
#
# $FreeBSD$
#

DISTNAME=   Fudgit_2.41
PKGNAME=    Fudgit-2.41
CATEGORIES= math
MASTER_SITES=   ftp://ftp.physics.mcgill.ca/pub/Fudgit/
DISTFILES=  fudgit_2.41.tar.gz

MAINTAINER= jmz@FreeBSD.org

USE_GMAKE=  yes
MAN1=       fudgit.1

pre-install:
    @${MKDIR} ${PREFIX}/bin
    @${MKDIR} ${PREFIX}/lib/fudgit
    @${MKDIR} ${PREFIX}/man/man1
    @(cd ${WRKSRC}/examples; ${CP} * ${PREFIX}/lib/fudgit)

.include <bsd.port.mk>