mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
55dc0f983a
No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
27 lines
747 B
Makefile
27 lines
747 B
Makefile
# Created by: Alexander Nedotsukov <bland@mail.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnomemm
|
|
PORTVERSION= 2.6.2
|
|
PORTREVISION= 8
|
|
CATEGORIES= x11-toolkits devel gnome
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= bland@FreeBSD.org
|
|
COMMENT= The "meta-port" for the powerful C++ bindings to the GNOME2 libraries
|
|
|
|
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
|
|
|
|
NO_BUILD= yes
|
|
NO_INSTALL= yes
|
|
NO_MTREE= yes
|
|
|
|
.include <bsd.port.mk>
|