mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
27 lines
553 B
Makefile
27 lines
553 B
Makefile
# New ports collection makefile for: Fudgit
|
|
# Date created: 17 November 1994
|
|
# Whom: jmz
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Fudgit
|
|
PORTVERSION= 2.41
|
|
CATEGORIES= math
|
|
MASTER_SITES= ftp://ftp.physics.mcgill.ca/pub/Fudgit/
|
|
DISTNAME= Fudgit_${PORTVERSION}
|
|
DISTFILES= fudgit_${PORTVERSION}.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>
|