freebsd-ports/games/gcompris/Makefile

38 lines
963 B
Makefile
Raw Normal View History

# New ports collection makefile for: gcompris
2000-09-18 09:31:21 +02:00
# Date created: 21 July 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gcompris
2002-05-31 00:27:36 +02:00
PORTVERSION= 1.0.5
PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
2001-12-19 12:33:00 +01:00
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple Gnome-based education game for children starting at 3
2001-10-25 15:21:47 +02:00
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
2002-04-18 14:29:05 +02:00
RUN_DEPENDS= ogg123:${PORTSDIR}/audio/vorbis-tools
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs gnomecanvas
2002-05-31 00:27:36 +02:00
USE_LIBTOOL= yes
USE_PERL5_BUILD=yes
2000-10-05 09:10:50 +02:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
2002-04-18 14:29:05 +02:00
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
CONFLICTS= gcompris2*
2002-08-06 21:06:30 +02:00
post-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
2000-10-05 09:10:50 +02:00
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>