freebsd-ports/x11-toolkits/gnomemm/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

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>