aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gnustep-cairo/Makefile
blob: 0eb7b25984b94cd864231d93a70edd869e95d440 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:	gnustep-cairo
# Date created:		24.Oct.2005
# Whom:			dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#

PORTREVISION=	1
CATEGORIES=	x11-toolkits

MAINTAINER=	dinoex@FreeBSD.org

WITH_GNUSTEP_CAIRO=	yes
MASTERDIR=	${.CURDIR}/../gnustep-back

.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif

.include "${MASTERDIR}/Makefile"