42b7b62083
- use PKGNAMESUFFIX - corrects dependeny for gnustep-back
15 lines
327 B
Makefile
15 lines
327 B
Makefile
# New ports collection makefile for: gnustep-gui-devel
|
|
# Date created: 30 October 2002
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
GNUSTEP_GUI_DEVEL= yes
|
|
MASTERDIR?= ${.CURDIR}/../gnustep-gui
|
|
|
|
.if exists(${.CURDIR}/Makefile.local)
|
|
.include "${.CURDIR}/Makefile.local"
|
|
.endif
|
|
|
|
.include "${MASTERDIR}/Makefile"
|