72ea7e696b
With hat: portmgr Sponsored by: Absolight
21 lines
584 B
Makefile
21 lines
584 B
Makefile
# Created by: Alexander Nedotsukov <bland@mail.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnomemm
|
|
PORTVERSION= 2.6.2
|
|
PORTREVISION= 8
|
|
CATEGORIES= x11-toolkits devel gnome
|
|
|
|
MAINTAINER= bland@FreeBSD.org
|
|
COMMENT= The "meta-port" for the powerful C++ bindings to the GNOME2 libraries
|
|
|
|
LIB_DEPENDS= libgconfmm-2.6.so:devel/gconfmm26 \
|
|
libgnomevfsmm-2.6.so:devel/gnome-vfsmm \
|
|
libglademm-2.4.so:devel/libglademm24 \
|
|
libgnomecanvasmm-2.6.so:graphics/libgnomecanvasmm26 \
|
|
libgnomemm-2.6.so:x11/libgnomemm26 \
|
|
libgnomeuimm-2.6.so:x11-toolkits/libgnomeuimm26
|
|
|
|
USES= metaport
|
|
|
|
.include <bsd.port.mk>
|