freebsd-ports/devel/glg/Makefile
Kris Kennaway 151b06f16f It looks like the distfile on the MASTER_SITES were reverted to an older
version.  Switch to a local copy of the distfile for now.
2001-09-10 01:23:32 +00:00

34 lines
662 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
USE_GMAKE= yes
USE_GLIB= yes
USE_GTK= yes
WANT_GNOME= yes
.include <bsd.port.pre.mk>
.if defined(HAVE_GNOME)
USE_GNOME= yes
.endif
pre-build:
find ${WRKSRC} -name Makefile | xargs ${PERL} \
-pi -e "s@gtk-config@${GTK_CONFIG}@g"
.include <bsd.port.post.mk>