blob: aeed27e5b6efc8f50a79ce2049360aa02a873351 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# New ports collection makefile for: gnomemm
# Date created: 21 May 2003
# Whom: Alexander Nedotsukov <bland@mail.ru>
#
# $FreeBSD$
#
PORTNAME= gnomemm
PORTVERSION= 1.3.17
PORTREVISION= 2
CATEGORIES= x11-toolkits 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= gconfmm-2.0:${PORTSDIR}/devel/gconfmm \
gnomevfsmm-1.3:${PORTSDIR}/devel/gnome-vfsmm \
bonobomm_servers-1.3:${PORTSDIR}/devel/libbonobomm \
bonobouimm_servers-1.3:${PORTSDIR}/x11-toolkits/libbonobouimm \
glademm-2.0:${PORTSDIR}/devel/libglademm \
gnomecanvasmm-2.0:${PORTSDIR}/graphics/libgnomecanvasmm \
gnomemm-2.0:${PORTSDIR}/x11/libgnomemm \
gnomeuimm-2.0:${PORTSDIR}/x11-toolkits/libgnomeuimm
NO_BUILD= yes
LATEST_LINK= gnomemm2
do-install: # empty
.include <bsd.port.mk>
|