aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gd-nox11/Makefile
blob: c506a8cc9dd184d5d42f0866471d308e4f6cf1f4 (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-art
# Date created:     29.Mar.2003
# Whom:         dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#

CATEGORIES= graphics
PKGNAMESUFFIX=      -nox11

MAINTAINER= dinoex@FreeBSD.org

WITHOUT_X11=        yes
MASTERDIR?= ${.CURDIR}/../gd

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

.include "${MASTERDIR}/Makefile"