aboutsummaryrefslogtreecommitdiff
path: root/astro/libnova/Makefile
blob: a9056e3aa96547e4e85128ea6c3838799c28832e (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
# Created by: ijliao
# $FreeBSD$

PORTNAME=	libnova
PORTVERSION=	0.15.0
PORTREVISION=	1
CATEGORIES=	astro
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/v%20${PORTVERSION}

MAINTAINER=	dhn@FreeBSD.org
COMMENT=	Astronomical Calculation Library

GNU_CONFIGURE=	yes
USES=		libtool
USE_AUTOTOOLS=	aclocal autoheader autoconf automake libtoolize
AUTOMAKE_ARGS=	-a -c -f
USE_LDCONFIG=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

post-patch:
	@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure

.include <bsd.port.mk>