freebsd-ports/astro/libnova/Makefile
Baptiste Daroussin 7dcd1d44a8 Convert to USES=autoreconf
Strip binaries
2014-12-18 11:34:31 +00:00

23 lines
481 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
USES= autoreconf libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
post-patch:
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
.include <bsd.port.mk>