aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtkmm20/Makefile
blob: daed3b8eed72eda85c37bc531b0681f4de57f52d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:   gtkmm2
# Date created:        30 September 2002
# Whom:                Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
#
# $FreeBSD$
#

PORTNAME=   gtkmm
PORTVERSION=    2.0.2
PORTREVISION=   1
CATEGORIES= x11-toolkits
MASTER_SITES=   ${MASTER_SITE_GNOME} \
        ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 \
        gtkmm
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org

LIB_DEPENDS=    sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \
        gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20
BUILD_DEPENDS=  gm4:${PORTSDIR}/devel/m4

USE_X_PREFIX=   yes
LATEST_LINK=    gtk--2
USE_GMAKE=  yes
USE_LIBTOOL=    yes
INSTALLS_SHLIB= yes
USE_GNOMENG=    yes
USE_GNOME=  gnomehack
CONFIGURE_ARGS= --enable-static=yes \
        --without-gnome \
        --with-sigc-prefix=${LOCALBASE}

.include <bsd.port.mk>