1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/x11-toolkits/gnustep-art/Makefile
Dirk Meyer 8666bcde9b Slave port for GNUstep backend (gnustep-back)
all applications using this must be made with
WITH_GNUSTEP_LIBART=yes
2003-06-04 04:42:00 +00:00

21 lines
391 B
Makefile

# New ports collection makefile for: gnustep-art
# Date created: 29.Mar.2003
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
CATEGORIES= x11-toolkits
PKGNAMESUFFIX= -art
MAINTAINER= dinoex@FreeBSD.org
WITH_GNUSTEP_LIBART= yes
MASTERDIR?= ${.CURDIR}/../gnustep-back
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif
.include "${MASTERDIR}/Makefile"