blob: 314c4411cbcde49c989fd9c2587cfaebd3e37c3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: PostgreSQL tcltk
# Date created: 7 Jun 2000
# Whom: Tomokatsu Saito <saito@a2z.co.jp>
#
# $FreeBSD$
#
PORTNAME= postgresql
PORTREVISION= 1
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>
|