freebsd-ports/math/fudgit/Makefile
Satoshi Asami c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
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.
1996-11-18 14:17:24 +00:00

26 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>