freebsd-ports/x11-toolkits/gdl/Makefile

27 lines
643 B
Makefile
Raw Normal View History

# New ports collection makefile for: gdl
# Date created: 24 July 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/x11-toolkits/gdl/Makefile,v 1.22 2009/03/17 18:08:56 kwm Exp $
#
PORTNAME= gdl
2009-05-19 21:14:06 +02:00
PORTVERSION= 2.26.2
2003-09-25 05:41:37 +02:00
CATEGORIES= x11-toolkits gnome
2008-03-09 20:05:57 +01:00
MASTER_SITES= GNOME
2003-09-25 05:41:37 +02:00
MAINTAINER= gnome@FreeBSD.org
COMMENT= Components intended to be shared between GNOME development tools
USE_BZIP2= yes
USE_GMAKE= yes
2003-09-25 05:41:37 +02:00
USE_GNOME= gnomeprefix gnomehack libgnomeui
2006-05-16 00:23:04 +02:00
USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
2003-09-25 05:41:37 +02:00
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>