Tweak x11/cinnamon-menus version 2.4.1
[dports.git] / x11 / libgnomemm26 / Makefile
1 # Created by: Alexander Nedotsukov <bland@mail.ru>
2 # $FreeBSD$
3 #   $MCom: ports/x11/libgnomemm26/Makefile,v 1.24 2010/03/30 13:34:10 avl Exp $
4
5 PORTNAME=       libgnomemm
6 PORTVERSION=    2.30.0
7 PORTREVISION=   4
8 CATEGORIES=     x11 gnome
9 MASTER_SITES=   GNOME
10 DIST_SUBDIR=    gnome2
11
12 MAINTAINER=     bland@FreeBSD.org
13 COMMENT=        C++ wrapper for libgnome library
14
15 LIB_DEPENDS=    libgtkmm-2.4.so:x11-toolkits/gtkmm24
16 BUILD_DEPENDS=  gm4:devel/m4
17
18 USES=           gmake libtool:keepla pathfix pkgconfig tar:bzip2
19 USE_XORG=       xext
20 USE_GNOME=      libgnome
21 GNU_CONFIGURE=  yes
22 USE_LDCONFIG=   yes
23 CONFIGURE_ARGS= --enable-static
24 INSTALL_TARGET= install-strip
25
26 PLIST_SUB=      VERSION="2.6" API_VERSION="2.6"
27
28 .include <bsd.port.mk>