aboutsummaryrefslogtreecommitdiffstats
path: root/games/gcompris/Makefile
blob: 7acfdd17bbb82fe04d605ec568d4780972e94654 (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
35
36
37
# New ports collection makefile for:    gcompris
# Date created:     21 July 2000
# Whom:         Maxim Sobolev
#
# $FreeBSD$
#

PORTNAME=   gcompris
PORTVERSION=    0.2.3
CATEGORIES= games gnome
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX=   .tgz

MAINTAINER= sobomax@FreeBSD.org

BUILD_DEPENDS=  ${LOCALBASE}/share/automake/install-sh:${PORTSDIR}/devel/automake
LIB_DEPENDS=    gnome.4:${PORTSDIR}/x11/gnomelibs \
        Xpm.4:${PORTSDIR}/graphics/xpm

USE_X_PREFIX=   yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes

GLIB_CONFIG?=   ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?=    ${X11BASE}/bin/gtk12-config

CONFIGURE_ENV=  GLIB_CONFIG="${GLIB_CONFIG}" \
        GTK_CONFIG="${GTK_CONFIG}" \
        CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

post-extract:
    @${LN} -sf ${LOCALBASE}/share/automake/install-sh ${WRKSRC}/install-sh
    @${LN} -sf ${LOCALBASE}/share/automake/mkinstalldirs ${WRKSRC}/mkinstalldirs

.include <bsd.port.mk>