34fa6c853e
All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
21 lines
521 B
Makefile
21 lines
521 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= 0
|
|
CATEGORIES= japanese databases tcl${TCLVERSION:C/[^0-9]//g}
|
|
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>
|