mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
35fa88aa55
preprocessor being more strict. Maintainer previously informed.
40 lines
861 B
Makefile
40 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>
|