diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-04-16 01:42:47 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-04-16 01:42:47 +0000 |
commit | cdd7b7cf620f65219f646f9b1aceedffed32f0bf (patch) | |
tree | 705edc1c796d23aed62340fb7657c1ea5ac0a5be /astro/nova/Makefile | |
parent | add sky2000 0.2 (diff) |
add nova 0.4
An Integrated Observational Environment for amatuer astronomers
Diffstat (limited to 'astro/nova/Makefile')
-rw-r--r-- | astro/nova/Makefile | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/astro/nova/Makefile b/astro/nova/Makefile new file mode 100644 index 000000000000..28228ab58f52 --- /dev/null +++ b/astro/nova/Makefile @@ -0,0 +1,37 @@ +# ex:ts=8 +# Ports collection makefile for: nova +# Date created: Apr 16, 2004 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= nova +PORTVERSION= 0.4 +CATEGORIES= astro +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org +COMMENT= An Integrated Observational Environment for amatuer astronomers + +LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \ + gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtk--2 \ + gnomemm-2.0.1:${PORTSDIR}/x11/libgnomemm \ + glademm-2.0.1:${PORTSDIR}/devel/libglademm \ + gconfmm-2.0.1:${PORTSDIR}/devel/gconfmm \ + gnomecanvasmm-2.0.1:${PORTSDIR}/graphics/libgnomecanvasmm \ + gnomeuimm-2.0.1:${PORTSDIR}/x11-toolkits/libgnomeuimm \ + xml\\+\\+-1.0.1:${PORTSDIR}/textproc/libxml++ \ + nova-0.9.0:${PORTSDIR}/astro/libnova +RUN_DEPENDS= ${LOCALBASE}/share/nova/catalogs/sky2000.ncd:${PORTSDIR}/astro/sky2000 + +USE_REINPLACE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +post-patch: + @${REINPLACE_CMD} -e 's,/nova/,/share/nova/,' ${WRKSRC}/configure + +.include <bsd.port.mk> |