1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/x11-toolkits/gnustep-xdps/Makefile
2003-04-13 11:38:53 +00:00

21 lines
391 B
Makefile

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