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
496 B
Makefile
21 lines
496 B
Makefile
# New ports collection makefile for: PostgreSQL tcltk
|
|
# Date created: 7 Jun 2000
|
|
# Whom: Tomokatsu Saito <saito@a2z.co.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= postgresql
|
|
PORTREVISION= 2
|
|
CATEGORIES= japanese databases tcl
|
|
PKGNAMESUFFIX= -tcltk
|
|
|
|
MAINTAINER= saito@a2z.co.jp
|
|
COMMENT= A TCL interface to the database PostgreSQL, including a tk GUI
|
|
|
|
TCLVERSION?= 8.0jp
|
|
|
|
TCLPORTDIR= ${PORTSDIR}/japanese/tcl
|
|
TKPORTDIR= ${PORTSDIR}/japanese/tk
|
|
|
|
.include <${.CURDIR}/../../databases/postgresql-tcltk/Makefile>
|