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.
34 lines
778 B
Makefile
34 lines
778 B
Makefile
# New ports collection makefile for: libsigc++2
|
|
# Date created: 14 Feb 2004
|
|
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libsigc++
|
|
PORTVERSION= 2.0.16
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= sources/libsigc++/${PORTVERSION:R}
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Callback Framework for C++
|
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|
|
|
USE_BZIP2= yes
|
|
USE_GCC= 3.4
|
|
USE_GMAKE= yes
|
|
LATEST_LINK= libsigc++20
|
|
INSTALLS_SHLIB= yes
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_REINPLACE= yes
|
|
|
|
PLIST_SUB= VERSION="2.0" API_VERSION="2.0"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||; \
|
|
/^SUBDIRS =/s|examples||" ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|