freebsd-ports/x11-toolkits/gtkmm20/Makefile

47 lines
983 B
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 05:04:38 +02:00
# $FreeBSD$
#
2000-04-16 07:18:00 +02:00
PORTNAME= gtkmm
2004-06-04 20:52:07 +02:00
PORTVERSION= 2.2.12
CATEGORIES= x11-toolkits
2003-01-01 20:12:52 +01:00
MASTER_SITES= ${MASTER_SITE_GNOME} \
${MASTER_SITE_SOURCEFORGE}
2003-02-08 04:33:52 +01:00
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2 \
2003-01-01 20:12:52 +01:00
gtkmm
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= C++ wrapper for Gtk+, Pango, Atk, and Glib
USE_BZIP2= yes
PREFIX?= ${X11BASE}
LATEST_LINK= gtkmm2
.if !defined(REFERENCE_PORT)
PORTREVISION= 6
2003-04-22 07:02:24 +02:00
LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_XLIB= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
USE_GNOME= gnomehack lthack gtk20
CONFIGURE_ARGS= --enable-static=yes \
--with-sigc-prefix=${LOCALBASE}
post-patch:
.for d in docs examples tests
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/${d}//' ${WRKSRC}/Makefile.in
.endfor
.include <bsd.port.mk>
.endif