2003-06-16 01:10:00 +02:00
|
|
|
# New ports collection makefile for: gnomemm
|
|
|
|
# Date created: 21 May 2003
|
|
|
|
# Whom: Alexander Nedotsukov <bland@mail.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnomemm
|
2004-07-08 13:56:02 +02:00
|
|
|
PORTVERSION= 2.6.2
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 8
|
2004-07-08 13:56:02 +02:00
|
|
|
CATEGORIES= x11-toolkits devel gnome
|
2003-06-16 01:10:00 +02:00
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
EXTRACT_ONLY= # empty
|
|
|
|
|
2003-08-17 06:01:04 +02:00
|
|
|
MAINTAINER= bland@FreeBSD.org
|
2003-06-16 01:10:00 +02:00
|
|
|
COMMENT= The "meta-port" for the powerful C++ bindings to the GNOME2 libraries
|
|
|
|
|
2004-07-08 13:56:02 +02:00
|
|
|
LIB_DEPENDS= gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26 \
|
|
|
|
gnomevfsmm-2.6.1:${PORTSDIR}/devel/gnome-vfsmm \
|
|
|
|
glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \
|
|
|
|
gnomecanvasmm-2.6.1:${PORTSDIR}/graphics/libgnomecanvasmm26 \
|
|
|
|
gnomemm-2.6.1:${PORTSDIR}/x11/libgnomemm26 \
|
|
|
|
gnomeuimm-2.6.1:${PORTSDIR}/x11-toolkits/libgnomeuimm26
|
2003-06-16 01:10:00 +02:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
2003-06-20 00:01:01 +02:00
|
|
|
LATEST_LINK= gnomemm2
|
2003-06-16 01:10:00 +02:00
|
|
|
|
|
|
|
do-install: # empty
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|