freebsd-ports/astro/nova/Makefile
Alexey Dokuchaev a8c8578d56 For unmaintained ports in `astro' category, drop leading indefinite article
from COMMENT.  Whenever appropriate, cleanup Makefiles a bit as well.
2013-02-25 11:09:19 +00:00

30 lines
938 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= nova
PORTVERSION= 0.4
PORTREVISION= 17
CATEGORIES= astro
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Integrated observational environment for amateur astronomers
LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \
gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtkmm20 \
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:${PORTSDIR}/astro/libnova
RUN_DEPENDS= ${LOCALBASE}/share/nova/catalogs/sky2000.ncd:${PORTSDIR}/astro/sky2000
USE_AUTOTOOLS= libtool
CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --datadir=${DATADIR}
.include <bsd.port.mk>