blob: 37f24508b1916c8064d7be5aa1e5b3cfc13dfc37 (
plain) (
tree)
|
|
# New ports collection makefile for: gcompris2
# Date created: 23 April 2003
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
#
# $FreeBSD: ports/games/gcompris2/Makefile,v 1.25 2003/04/26 03:59:37 marcus Exp $
#
PORTNAME= gcompris2
PORTVERSION= 2.1
PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gcompris
DISTNAME= gcompris-${PORTVERSION}
MAINTAINER= martin.klaffenboeck@gmx.at
COMMENT= A simple Gnome2-based education game for children starting at 3
LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_REINPLACE= yes
USE_GNOME= gnomehack gnomeprefix libgnomeui
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>
|