9135b74761
PR: ports/93332 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
29 lines
637 B
Makefile
29 lines
637 B
Makefile
# 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>
|