1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/glade2/Makefile
Baptiste Daroussin f16149caf2 Support stage
Modernize
Remove gnome option that brings in a deprecated port
2014-04-11 12:55:47 +00:00

29 lines
692 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= 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:${PORTSDIR}/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>