freebsd-ports/astro/libnova/Makefile

24 lines
481 B
Makefile
Raw Normal View History

# Created by: ijliao
# $FreeBSD$
PORTNAME= libnova
2012-07-13 11:43:24 +02:00
PORTVERSION= 0.15.0
PORTREVISION= 1
CATEGORIES= astro
2011-08-30 17:15:45 +02:00
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v%20${PORTVERSION}
MAINTAINER= dhn@FreeBSD.org
2003-02-20 18:07:10 +01:00
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>