freebsd-ports/devel/glg/Makefile
Mark Linimon 35fa88aa55 Per bento logs, mark as broken on recent versions of 5.x due to gcc3.3
preprocessor being more strict.  Maintainer previously informed.
2003-12-23 09:53:07 +00:00

39 lines
861 B
Makefile

# New ports collection makefile for: glg
# Date created: 23 May 2001
# Whom: Olivier Singla <lo_gafet@users.sourceforge.net>
#
# $FreeBSD$
#
PORTNAME= glg
PORTVERSION= 0.2.a
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_LOCAL}
# http://glg.sourceforge.net/ \
# ${MASTER_SITE_SOURCEFORGE}
#MASTER_SITE_SUBDIR= glg
MASTER_SITE_SUBDIR= kris
MAINTAINER= lo_gafet@users.sourceforge.net
COMMENT= Open Application Builder (code generator) for the GTK and/or GNOME
USE_REINPLACE= yes
USE_GMAKE= yes
USE_GNOME= gtk12
WANT_GNOME= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
.endif
.if ${HAVE_GNOME:Mgnomelibs}!=""
USE_GNOME+= gnomelibs
.endif
pre-build:
${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \
's@gtk-config@${GTK_CONFIG}@g'
.include <bsd.port.post.mk>