blob: 262c2403387dbc611ddffa7431f87494cfe7cd39 (
plain)
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
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/devel/glade2/Makefile,v 1.20 2007/08/04 03:51:29 marcus Exp $
PORTNAME= glade
PORTVERSION= 2.12.2
PORTREVISION= 7
CATEGORIES= devel gnome
MASTER_SITES= GNOME
PKGNAMESUFFIX= 2
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= User interface builder for GTK+
LIB_DEPENDS= librarian.so:textproc/rarian
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
USES= pathfix gettext gmake pkgconfig desktop-file-utils \
tar:bzip2
USE_GNOME= gnomeprefix intlhack gtk20
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+= --disable-gnome-db --disable-nome
.include <bsd.port.mk>
|