2003-12-29 02:34:02 +01:00
|
|
|
# New ports collection makefile for: PostgreSQL tcltk
|
2000-07-19 03:18:08 +02:00
|
|
|
# Date created: 7 Jun 2000
|
|
|
|
# Whom: Tomokatsu Saito <saito@a2z.co.jp>
|
1998-09-08 17:30:19 +02:00
|
|
|
#
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1998-09-08 17:30:19 +02:00
|
|
|
#
|
|
|
|
|
2005-01-31 01:35:55 +01:00
|
|
|
PORTNAME= postgresql
|
|
|
|
PORTREVISION= 0
|
|
|
|
CATEGORIES= japanese databases tcl${TCLVERSION:C/[^0-9]//g}
|
|
|
|
PKGNAMESUFFIX= -tcltk
|
1998-09-08 17:30:19 +02:00
|
|
|
|
2000-07-19 03:18:08 +02:00
|
|
|
MAINTAINER= saito@a2z.co.jp
|
2005-01-31 01:35:55 +01:00
|
|
|
COMMENT= A TCL interface to the database PostgreSQL, including a tk GUI
|
2001-05-08 14:36:01 +02:00
|
|
|
|
2002-10-19 15:40:37 +02:00
|
|
|
TCLVERSION?= 8.0jp
|
2000-07-19 03:18:08 +02:00
|
|
|
|
2005-01-31 01:35:55 +01:00
|
|
|
TCLPORTDIR= ${PORTSDIR}/japanese/tcl
|
|
|
|
TKPORTDIR= ${PORTSDIR}/japanese/tk
|
1998-09-08 17:30:19 +02:00
|
|
|
|
2005-01-31 01:35:55 +01:00
|
|
|
.include <${.CURDIR}/../../databases/postgresql-tcltk/Makefile>
|