freebsd-ports/math/fudgit/Makefile

29 lines
637 B
Makefile
Raw Normal View History

# New ports collection makefile for: Fudgit
# Date created: 17 November 1994
# Whom: jmz
#
1999-08-25 09:23:21 +02:00
# $FreeBSD$
#
2000-04-14 09:20:58 +02:00
PORTNAME= Fudgit
PORTVERSION= 2.41
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://ftp.chg.ru/pub/math/Fudgit/
2000-04-14 09:20:58 +02:00
DISTFILES= fudgit_${PORTVERSION}.tar.gz
1995-04-11 04:02:17 +02:00
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)
1995-01-27 08:26:00 +01:00
.include <bsd.port.mk>