2013-09-20 15:14:04 +02:00
|
|
|
# Created by: ijliao
|
2002-10-23 10:48:20 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libnova
|
2012-07-13 11:43:24 +02:00
|
|
|
PORTVERSION= 0.15.0
|
2014-04-24 19:14:42 +02:00
|
|
|
PORTREVISION= 1
|
2002-10-23 10:48:20 +02:00
|
|
|
CATEGORIES= astro
|
2011-08-30 17:15:45 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v%20${PORTVERSION}
|
2002-10-23 10:48:20 +02:00
|
|
|
|
2009-03-06 19:14:36 +01:00
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Astronomical Calculation Library
|
2002-10-23 10:48:20 +02:00
|
|
|
|
2014-12-18 12:34:31 +01:00
|
|
|
USES= autoreconf libtool
|
2006-08-18 20:15:16 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-14 12:08:25 +02:00
|
|
|
USE_LDCONFIG= yes
|
2014-12-18 12:34:31 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
2002-10-23 10:48:20 +02:00
|
|
|
|
2006-08-18 20:15:16 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2004-01-26 20:32:46 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
|
|
|
|
|
2009-01-05 18:27:29 +01:00
|
|
|
.include <bsd.port.mk>
|