freebsd-ports/x11-toolkits/gnomemm/Makefile

22 lines
656 B
Makefile
Raw Normal View History

# Created by: Alexander Nedotsukov <bland@mail.ru>
# $FreeBSD$
PORTNAME= gnomemm
2004-07-08 13:56:02 +02:00
PORTVERSION= 2.6.2
PORTREVISION= 8
2004-07-08 13:56:02 +02:00
CATEGORIES= x11-toolkits devel gnome
MAINTAINER= bland@FreeBSD.org
COMMENT= The "meta-port" for the powerful C++ bindings to the GNOME2 libraries
2014-04-22 14:17:16 +02:00
LIB_DEPENDS= libgconfmm-2.6.so:${PORTSDIR}/devel/gconfmm26 \
libgnomevfsmm-2.6.so:${PORTSDIR}/devel/gnome-vfsmm \
libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \
libgnomecanvasmm-2.6.so:${PORTSDIR}/graphics/libgnomecanvasmm26 \
libgnomemm-2.6.so:${PORTSDIR}/x11/libgnomemm26 \
libgnomeuimm-2.6.so:${PORTSDIR}/x11-toolkits/libgnomeuimm26
USES= metaport
.include <bsd.port.mk>