aboutsummaryrefslogtreecommitdiffstats
path: root/devel/glg/Makefile
blob: 6317d57a996a280374785277cc0e9909c1de718e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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>