mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c98cfd116d
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
27 lines
587 B
Makefile
27 lines
587 B
Makefile
# New ports collection makefile for: Fudgit
|
|
# Version required: 2.41
|
|
# Date created: 17 November 1994
|
|
# Whom: jmz
|
|
#
|
|
# $Id: Makefile,v 1.6 1995/05/03 02:21:59 asami Exp $
|
|
#
|
|
|
|
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 -p ${PREFIX}/bin
|
|
@mkdir -p ${PREFIX}/lib/fudgit
|
|
@mkdir -p ${PREFIX}/man/man1
|
|
@(cd ${WRKSRC}/examples; cp * ${PREFIX}/lib/fudgit)
|
|
|
|
.include <bsd.port.mk>
|