2002-10-23 08:48:20 +00:00
|
|
|
# Ports collection makefile for: libnova
|
|
|
|
# Date created: Oct 23, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libnova
|
2011-08-30 15:15:45 +00:00
|
|
|
PORTVERSION= 0.14.0
|
2002-10-23 08:48:20 +00:00
|
|
|
CATEGORIES= astro
|
2011-08-30 15:15:45 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v%20${PORTVERSION}
|
2002-10-23 08:48:20 +00:00
|
|
|
|
2009-03-06 18:14:36 +00:00
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
2003-02-20 17:07:10 +00:00
|
|
|
COMMENT= Astronomical Calculation Library
|
2002-10-23 08:48:20 +00:00
|
|
|
|
2010-12-04 07:34:27 +00:00
|
|
|
USE_AUTOTOOLS= libtool
|
2011-08-11 19:20:17 +00:00
|
|
|
USE_GNOME= lthack
|
2006-08-18 18:15:16 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-14 10:08:25 +00:00
|
|
|
USE_LDCONFIG= yes
|
2002-10-23 08:48:20 +00:00
|
|
|
|
2006-08-18 18:15:16 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2004-01-26 19:32:46 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
|
|
|
|
|
2009-01-05 17:27:29 +00:00
|
|
|
.include <bsd.port.mk>
|