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)
18 lines
399 B
Makefile
18 lines
399 B
Makefile
# New ports collection makefile for: magicpoint (with vflib)
|
|
# Date created: 25 Dec 1997
|
|
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../../misc/magicpoint
|
|
COMMENT= An X11-based presentation tool, configured with vflib support
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= japanese
|
|
|
|
MAINTAINER= mita@jp.FreeBSD.org
|
|
|
|
WITH_JAPANESE=yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|