1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/astro/libnova/Makefile
Mathieu Arnold 00d52a3e4c Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
2016-05-25 15:43:34 +00:00

22 lines
436 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= ports@FreeBSD.org
COMMENT= Astronomical Calculation Library
USES= autoreconf libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
.include <bsd.port.mk>