1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/math/octave/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

24 lines
542 B
Makefile

# New ports collection makefile for: octave
# Version required: 1.1.1
# Date created: 26 Apr 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
# $Id: Makefile,v 1.4 1996/11/18 11:32:40 asami Exp $
#
DISTNAME= octave-1.1.1
CATEGORIES= math
MASTER_SITES= ftp://ftp.che.utexas.edu/pub/octave/
MAINTAINER= ports@FreeBSD.ORG
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
HAS_CONFIGURE= yes
USE_GMAKE= yes
PATCH_STRIP= -p1
MAKE_FLAGS= CFLAGS="-O2 -pipe -m486" CXXFLAGS="-O2 -pipe -m486" LDFLAGS="-s" -f
MAN1= octave.1
.include <bsd.port.mk>