a14a87bc6f
release system they have is creating releases that don't quite fit into the old paradigm. A big difference is that they don't all use configure any more. This moves all the "GNU_CONFIGURE=yes" stuff from bsd.octave.mk to the individual ports. PR: 144512 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
20 lines
460 B
Makefile
20 lines
460 B
Makefile
# New ports collection makefile for: octave-forge-integration
|
|
# Date created: 8 September 2008
|
|
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= octave-forge-integration
|
|
PORTVERSION= 1.0.7
|
|
PORTREVISION= 3
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= stephen@missouri.edu
|
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/Mk/bsd.octave.mk"
|
|
.include <bsd.port.post.mk>
|