1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/x11-toolkits/gnustep-art/Makefile

20 lines
369 B
Makefile
Raw Normal View History

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