Created a FreeBSD port for Chimara
[rodin/chimara.git] / freebsd-port / libchimara / Makefile
1 # New ports collection makefile for:   libchimara
2 # Date created:        30 November 2009
3 # Whom:                W. M. van Vliet
4 #
5 # $FreeBSD$
6 #
7
8 PORTNAME=      libchimara
9 PORTVERSION=   0.1
10 CATEGORIES=    devel
11 MASTER_SITES=  http://lassie.student.utwente.nl/chimara/
12 DISTNAME=     chimara-0.1
13
14 MAINTAINER=    w.m.vanvliet@student.utwente.nl
15 COMMENT=       A GTK widget that implements the GLK interface for interactive fiction.
16
17 LIB_DEPENDS=   libchimara.0:${PORTSDIR}/devel/libchimara \
18                        gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 \
19                            glib-2.0:${PORTSDIR}/devel/glib20
20
21 GNU_CONFIGURE= yes
22 USE_GMAKE=     yes
23
24
25 .include <bsd.port.mk>