1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/x11-toolkits/gtkmm30/Makefile

49 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: gtkmm2
# Date created: 30 September 2002
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
#
1999-08-31 03:04:38 +00:00
# $FreeBSD$
#
2000-04-16 05:18:00 +00:00
PORTNAME= gtkmm
2004-06-04 18:52:07 +00:00
PORTVERSION= 2.2.12
CATEGORIES= x11-toolkits
2003-01-01 19:12:52 +00:00
MASTER_SITES= ${MASTER_SITE_GNOME} \
${MASTER_SITE_SOURCEFORGE}
2003-02-08 03:33:52 +00:00
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2 \
2003-01-01 19:12:52 +00:00
gtkmm
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= C++ wrapper for Gtk+, Pango, Atk, and Glib
2003-04-22 05:02:24 +00:00
LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
2003-07-21 23:59:30 +00:00
USE_BZIP2= yes
USE_X_PREFIX= yes
LATEST_LINK= gtkmm2
USE_GMAKE= yes
USE_INC_LIBTOOL_VER=13
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
USE_GNOME= gnomehack lthack gtk20
CONFIGURE_ARGS= --enable-static=yes \
--with-sigc-prefix=${LOCALBASE}
.if defined(WITH_EXAMPLES)
PLIST_SUB+= EXAMPLES=""
.else
PLIST_SUB+= EXAMPLES="@comment "
.endif
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \
${WRKSRC}/Makefile.in
.if !defined(WITH_EXAMPLES)
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \
${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>