blob: 36f91cb29fc58dd3699a39e4709178fdb30364cd (
plain) (
tree)
|
|
# New ports collection makefile for: gdl
# Date created: 24 July 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/x11-toolkits/gdl3/Makefile,v 1.1 2010/06/28 23:34:18 kwm Exp $
#
PORTNAME= gdl
PORTVERSION= 2.90.0
PORTREVISION= 1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Components intended to be shared between GNOME development tools
LATEST_LINK= gdl3
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gtk30
USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|gdl docs po|gdl po|g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
|