1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/glg/Makefile
Mark Linimon 23e091863e Mark as deprecated: either fails to fetch, and has done so for some time;
and/or fails to build; and/or the maintainer has recommended
that the ports are obsolete and should be deleted.

In each of these cases, the port has been in trouble for quite some time.
The deprecation date is set for April 09, 2004, except for a very few
ports that are in really bad shape (or the maintainer has recommended
deletion), in which case they are set for March 09, 2004.

If anyone wants to keep these ports in the ports collection, now is
the time to step up and fix them.

PR:		ports/62575
No objection:	freebsd-ports, 10 days
2004-02-17 10:30:34 +00:00

45 lines
1016 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
PORTREVISION= 1
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
DEPRECATED= "mastersite has disappeared\; maintainer has not responded to queries"
EXPIRATION_DATE= "April 09, 2004"
PLIST_FILES= bin/glg
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>