1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/x11-toolkits/gnome--/Makefile
Will Andrews 6ed11ed5d3 Add gnome--, a collection of C++ bindings for GNOME.
PR:		19368
Submitted by:	Erich Zigler <erich@tacni.net>
2000-06-20 20:14:45 +00:00

29 lines
666 B
Makefile

# New ports collection makefile for: gnomemm
# Date created: 18 Jun 2000
# Whom: Erich Zigler <erich@tacni.net>
#
# $FreeBSD$
#
PORTNAME= gnomemm
PORTVERSION= 1.1.10
CATEGORIES= x11-toolkits
MASTER_SITES= http://download.sourceforge.net/gtkmm/
MAINTAINER= erich@tacni.net
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
gtkmm-1.2:${PORTSDIR}/x11-toolkits/gtk--
BUILD_DEPENDS= m4:${PORTSDIR}/devel/m4
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS+=--enable-static=yes
CONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG}"
INSTALLS_SHLIB= yes
.include <bsd.port.mk>