1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/math/octave-forge-ad/Makefile
Antoine Brodin 9c480c44f9 Mark BROKEN on head too
Reported by:	pkg-fallout
2016-02-05 17:27:22 +00:00

24 lines
449 B
Makefile

# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
# $FreeBSD$
PORTNAME= octave-forge-ad
PORTVERSION= 1.0.6
PORTREVISION= 12
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
CONFIGURE_ENV+= HOME=${WRKSRC}
USES= dos2unix
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
BROKEN= doesn't build
.include <bsd.port.mk>