mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
54a0b86543
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
38 lines
1.1 KiB
Makefile
38 lines
1.1 KiB
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: nova
|
|
# Date created: Apr 16, 2004
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nova
|
|
PORTVERSION= 0.4
|
|
PORTREVISION= 4
|
|
CATEGORIES= astro
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An Integrated Observational Environment for amateur 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.11.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"
|
|
CONFIGURE_ARGS= --datadir=${DATADIR}
|
|
USE_GCC= 3.3+
|
|
|
|
.include <bsd.port.mk>
|