blob: 07bcf038edd181c1d30eef4ddf1a89d45d8c2d5a (
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
27
28
|
# New ports collection makefile for: Fudgit
# Date created: 17 November 1994
# Whom: jmz
#
# $FreeBSD$
#
PORTNAME= Fudgit
PORTVERSION= 2.41
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://ftp.chg.ru/pub/math/Fudgit/
DISTFILES= fudgit_${PORTVERSION}.tar.gz
MAINTAINER= jmz@FreeBSD.org
COMMENT= Multi-purpose data-processing and fitting program
USE_GMAKE= yes
MAN1= fudgit.1
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}
pre-install:
@${MKDIR} ${PREFIX}/bin
@${MKDIR} ${PREFIX}/lib/fudgit
@${MKDIR} ${PREFIX}/man/man1
@(cd ${WRKSRC}/examples; ${CP} * ${PREFIX}/lib/fudgit)
.include <bsd.port.mk>
|