2008-09-08 02:34:17 +02:00
|
|
|
# New ports collection makefile for: octave-forge
|
|
|
|
# Date created: 5 May 2004
|
|
|
|
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
# The reason for this port is because the octave packaging system and the
|
|
|
|
# FreeBSD packaging system are not very robust. When it works, it works
|
|
|
|
# beautifully. But if something goes wrong, the octave packaging system
|
|
|
|
# can be left in a rather unusable stat.
|
|
|
|
# pkg_delete -r octave-forge-base-${PORTVERSION}
|
|
|
|
# gives the user an opportunity to start with a completely new slate.
|
|
|
|
|
|
|
|
PORTNAME= octave-forge-base
|
|
|
|
PORTVERSION= 1.0
|
2008-09-08 03:35:20 +02:00
|
|
|
PORTREVISION= 1
|
2008-09-08 02:34:17 +02:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= #none
|
|
|
|
DISTFILES= #none
|
|
|
|
EXTRACT_ONLY= #none
|
|
|
|
|
|
|
|
MAINTAINER= stephen@math.missouri.edu
|
|
|
|
COMMENT= Octave-forge baseport for all packages
|
|
|
|
|
|
|
|
RUN_DEPENDS+= octave:${PORTSDIR}/math/octave
|
|
|
|
|
|
|
|
do-build:
|
|
|
|
@${DO_NADA}
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${MKDIR} ${LOCALBASE}/share/octave/tarballs
|
|
|
|
${MKDIR} ${LOCALBASE}/share/octave/packages
|
|
|
|
${MKDIR} ${LOCALBASE}/libexec/octave/packages
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|