mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
21 lines
385 B
Makefile
21 lines
385 B
Makefile
# New ports collection makefile for: gnustep-art
|
|
# Date created: 29.Mar.2003
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-toolkits
|
|
|
|
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"
|