freebsd-ports/astro/libnova/Makefile
Yuri Victorovich b653669e14 astro/libnova: Add LICENSE/LICENSE_FILE
Approved by:	portmgr blanket
2018-07-14 08:11:36 +00:00

25 lines
484 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
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
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>