mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
42 lines
887 B
Makefile
42 lines
887 B
Makefile
# Created by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
|
|
# $FreeBSD$
|
|
# $MCom: ports/x11-toolkits/gtkmm24/Makefile,v 1.77 2011/07/16 17:31:29 kwm Exp $
|
|
|
|
PORTNAME= gtkmm
|
|
PORTVERSION= 2.24.4
|
|
PORTREVISION?= 0
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= GNOME
|
|
PKGNAMESUFFIX= 24
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= C++ wrapper for Gtk+
|
|
|
|
USE_XZ= yes
|
|
|
|
.if !defined(REFERENCE_PORT)
|
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|
|
|
USES= gettext gmake pathfix pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_AUTOTOOLS= libtool
|
|
USE_GNOME= atkmm gtk20 ltverhack:1 pangomm
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CONFIGURE_ARGS= --disable-documentation \
|
|
--enable-static=yes
|
|
|
|
PLIST_SUB= VERSION="2.4" API_VERSION="2.4"
|
|
|
|
NO_STAGE= yes
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
.endif
|