summaryrefslogtreecommitdiff
path: root/x11-toolkits/gnome--/Makefile
blob: 145f4a6b049e5a131da07591b8f8b82215c95d5a (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
# New ports collection makefile for:    gnomemm
# Date created:         18 Jun 2000
# Whom:                 Erich Zigler <erich@tacni.net>
#
# $FreeBSD$
#

PORTNAME=	gnomemm
PORTVERSION=	1.1.12
CATEGORIES=	x11-toolkits
MASTER_SITES=	http://download.sourceforge.net/gtkmm/

MAINTAINER=	erich@tacni.net

LIB_DEPENDS=	gtkmm.1:${PORTSDIR}/x11-toolkits/gtk--
BUILD_DEPENDS=	m4:${PORTSDIR}/devel/m4

USE_X_PREFIX=	yes
USE_GMAKE=	yes
USE_GNOME=	yes
USE_LIBTOOL=	yes
LIBTOOLFLAGS=	--disable-ltlibs --release-ignore
INSTALLS_SHLIB=	yes
CONFIGURE_ARGS=	--enable-static

.include <bsd.port.mk>