diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-29 01:34:02 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-29 01:34:02 +0000 |
commit | 3a654ad99d411c262b5edc1a3c3ab9796daf8c9b (patch) | |
tree | 997019129842fef0a4f3c96a59738a0e8376857d /japanese | |
parent | 9c379960cdebcbf54bb35c4ad8081f01fc73561c (diff) | |
download | ports-3a654ad99d411c262b5edc1a3c3ab9796daf8c9b.tar.gz ports-3a654ad99d411c262b5edc1a3c3ab9796daf8c9b.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/postgresql-tcltk/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/japanese/postgresql-tcltk/Makefile b/japanese/postgresql-tcltk/Makefile index 3500004dbb57..a2f581e822bd 100644 --- a/japanese/postgresql-tcltk/Makefile +++ b/japanese/postgresql-tcltk/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: PostgreSQL +# New ports collection makefile for: PostgreSQL tcltk # Date created: 7 Jun 2000 # Whom: Tomokatsu Saito <saito@a2z.co.jp> # @@ -11,11 +11,14 @@ CATEGORIES= japanese databases MAINTAINER= saito@a2z.co.jp COMMENT= An TCL interface to the database PostgreSQL, including a tk GUI +POSTGRESQL_PORT?= databases/postgresql7 POSTGRESQL_SUBPORT=YES .include <${.CURDIR}/../../databases/postgresql7/Makefile> LIB_DEPENDS= tcl80jp.1:${PORTSDIR}/japanese/tcl80 \ - pq:${PORTSDIR}/databases/postgresql7 + pq:${PORTSDIR}/databases/postgresql7 \ + tcl80jp.1:${PORTSDIR}/japanese/tcl80 \ + tk80jp.1:${PORTSDIR}/japanese/tk80 TCLVERSION?= 8.0jp PLIST_SUB+= TCLVERSION=${TCLVERSION} @@ -26,16 +29,17 @@ CONFIGURE_ARGS= --with-tcl \ TCL_INCDIR= ${LOCALBASE}/include/tcl${TCLVERSION} TCLCONFIG= ${LOCALBASE}/lib/tcl${TCLVERSION} MAKE_ENV+= TCL_INCDIR=${TCL_INCDIR} - +CONFIGURE_ENV+= LIBS="-lm -L${LOCALBASE}/lib -ltcl${TCLVERSION:S/.//}" \ + CFLAGS=-DPGTCL_USE_TCLOBJ CONFIGURE_ARGS+= --with-tkconfig="${TKCONFIG}" TK_INCDIR= ${LOCALBASE}/include/tk${TCLVERSION} -CONFIGURE_ENV+= WISH=${LOCALBASE}/bin/wish${TCLVERSION} -LIB_DEPENDS+= tcl80jp:${PORTSDIR}/japanese/tcl80 \ - tk80jp:${PORTSDIR}/japanese/tk80 TKCONFIG= ${LOCALBASE}/lib/tk${TCLVERSION} INCDIRS= ${TCL_INCDIR}:${TK_INCDIR} PLIST_SUB+= TK="" +pre-build: + cd ${WRKSRC}/src/port; ${GMAKE} + do-build: @ cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${GMAKE} -C src/bin/pgtclsh @ cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${GMAKE} -C src/interfaces/libpgtcl |