summaryrefslogtreecommitdiff
path: root/astro/libnova/Makefile
blob: 7cccafac2cd3ef239e474d651ff0bd96aa799aa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# ex:ts=8
# Ports collection makefile for:	libnova
# Date created:			Oct 23, 2002
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	libnova
PORTVERSION=	0.11.0
CATEGORIES=	astro
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Astronomical Calculation Library

USE_GNOME=	gnometarget lthack
USE_REINPLACE=	yes
USE_LIBTOOL_VER=	15
INSTALLS_SHLIB=	yes
USE_GCC=	3.3

.include <bsd.port.pre.mk>

.if ${OSVERSION}<503000
IGNORE=		Requires FreeBSD 5.3 or higher
.endif

post-patch:
	@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure

.include <bsd.port.post.mk>