freebsd-ports/devel/glade2/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

28 lines
680 B
Makefile

# 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= 8
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>