freebsd-ports/math/octave-forge-queueing/Makefile

30 lines
637 B
Makefile
Raw Normal View History

2012-11-05 04:35:21 +01:00
# Created by: Stephen Montgomery-Smith <stephen@FreeBSD.edu>
# $FreeBSD$
PORTNAME= octave-forge-queueing
2020-04-10 04:35:21 +02:00
PORTVERSION= 1.2.7
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
2014-01-12 20:52:20 +01:00
LICENSE= GPLv3
2014-06-23 02:05:58 +02:00
LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
2014-01-12 20:52:20 +01:00
# OCTSRC is the name of the directory of the package.
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
OCTSRC= ${OCTAVE_PKGNAME}
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
2013-02-05 01:05:29 +01:00
do-build:
2013-07-02 21:54:03 +02:00
@${DO_NADA}
NO_ARCH= yes
post-build:
${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
.include <bsd.port.mk>