1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/devel/glade2/Makefile
Adam Weinberger 8284a78a9b Update to 2.6.2.
Extra special thanks to mezz for convincing the glade2 guys to
release a new tarball with the mkinstalldirs bidness fixed!
2004-10-13 16:03:47 +00:00

28 lines
662 B
Makefile

# New ports collection makefile for: glade2
# Date created: 02 June 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= glade2
PORTVERSION= 2.6.2
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.6
DISTNAME= glade-${PORTVERSION}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= A user interface builder for GTK+/GNOME
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_LIBTOOL_VER=15
USE_GNOME= gnomeprefix intlhack gnomehack lthack libgnomedb libgnomeui
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>