1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/astro/libnova/Makefile
Tijl Coosemans 77a815be2b Convert to USES=libtool.
Unfortunately the libtool scripts in this port come from different
versions so libtoolize (and all other autotools) has to be run.
2014-04-24 17:14:42 +00:00

26 lines
552 B
Makefile

# 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
LIBTOOLIZE_ARGS=-i -c -f
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
post-patch:
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
.include <bsd.port.mk>