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.
33 lines
730 B
Makefile
33 lines
730 B
Makefile
# New ports collection makefile for: libqalculate
|
|
# Date created: 03 June 2004
|
|
# Whom: Sergey Akifyev <asa@agava.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libqalculate
|
|
PORTVERSION= 0.8.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= qalculate
|
|
|
|
MAINTAINER= asa@agava.com
|
|
COMMENT= Very powerful GUI calculator for GNOME (backend library)
|
|
|
|
LIB_DEPENDS= cln.4:${PORTSDIR}/math/cln
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GCC= 3.4+
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GNOME= intlhack lthack pkgconfig gnomehack glib20 libxml2
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
BROKEN= "does not build even with USE_GCC"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|