1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/games/gcompris/Makefile
Maxim Sobolev fa8fb0a8f2 Various fixes and cleanups:
- Handle pthread and installation dirs issues using perl regex instead of
  patches;
- add gnomecc RUN_DEPENDS to ensure correct removal;
- make it buildable even w/o autoheader installed.
2000-07-24 16:13:24 +00:00

43 lines
1.2 KiB
Makefile

# 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
RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
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
@${PERL} -pi -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/pixmaps|\$\(datadir\)/gnome/pixmaps|g ; \
s|\$\(datadir\)/sounds|\$\(datadir\)/gnome/sounds|g ; \
s|\$\(localstatedir\)/games|\$\(datadir\)/gnome/games|g'
.include <bsd.port.mk>