47 lines
1.1 KiB
Makefile
47 lines
1.1 KiB
Makefile
# New ports collection makefile for: glade3
|
|
# Date created: Sun May 22 17:22:53 CEST 2005
|
|
# Whom: Koop Mast <kwm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/devel/glade3/Makefile,v 1.21 2006/10/08 19:17:28 mezz Exp $
|
|
#
|
|
|
|
PORTNAME= glade3
|
|
PORTVERSION= 3.0.3
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= A user interface builder for GTK+/GNOME
|
|
|
|
INSTALLS_ICONS= yes
|
|
USE_XLIB= yes
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnometarget gtk20 libxml2 gnomeprefix gnomehack
|
|
WANT_GNOME= yes
|
|
USE_GETTEXT= yes
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
|
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
|
|
|
|
DOCSDIR= share/doc/gladeui
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
IGNORE= does not build on 4.X
|
|
.endif
|
|
|
|
.if ${HAVE_GNOME:Mlibgnomeui}!=""
|
|
USE_GNOME+= libgnomeui
|
|
CONFIGURE_ARGS+=--enable-gnome
|
|
PKGNAMESUFFIX:= -gnome
|
|
.else
|
|
CONFIGURE_ARGS+=--disable-gnome
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|