aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-cfitsio/Makefile
blob: 41fca05002e404329b62dfe43a54f7ebc512eeda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
PORTNAME=	octave-forge-cfitsio
PORTVERSION=	0.0.4
PORTREVISION=	1
CATEGORIES=	math
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=octave-cfitsio/v${PORTVERSION}
DISTNAME=	octave-${OCTAVE_PKGNAME}-${PORTVERSION}

MAINTAINER=	stephen@FreeBSD.org
COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
WWW=		https://packages.octave.org/

LICENSE=	GPLv3
LICENSE_FILE=	${WRKDIR}/${OCTSRC}/COPYING

LIB_DEPENDS+=	libcfitsio.so:astro/cfitsio

USES=		autoreconf

# OCTSRC is the name of the directory of the package.
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.

OCTSRC=		${DISTNAME}

WRKSRC=		${WRKDIR}/${OCTSRC}/src

GNU_CONFIGURE=	yes

.include "${.CURDIR}/../../Mk/bsd.octave.mk"

post-build:
	${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
	cd ${WRKDIR} && ${TAR} cfz ${OCTAVE_DISTNAME}.tar.gz ${OCTSRC}

.include <bsd.port.mk>