diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-01-08 14:18:43 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-01-08 14:18:43 +0000 |
commit | 31d7c43bee18d0d92cc707625fb72a241018ea42 (patch) | |
tree | 7afd3cc3a7a0a51e9e430603c6c6beabb05e1591 /databases | |
parent | 9285be697a72bd24d935977be7b30b4b14809b95 (diff) | |
download | ports-31d7c43bee18d0d92cc707625fb72a241018ea42.tar.gz ports-31d7c43bee18d0d92cc707625fb72a241018ea42.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gmysql/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/databases/gmysql/Makefile b/databases/gmysql/Makefile index 0f4b90b962b3..74bfb71c257e 100644 --- a/databases/gmysql/Makefile +++ b/databases/gmysql/Makefile @@ -1,16 +1,17 @@ -# New ports collection makefile for: gmysql -# Version required: 0.3.1 -# Date created: Sun Nov 15 22:07:12 CET 1998 -# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE> +# New ports collection makefile for: gmysql +# Version required: 0.3.1 +# Date created: Sun Nov 15 22:07:12 CET 1998 +# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE> # -# $Id: Makefile,v 1.1.1.1 1998/11/16 15:43:35 vanilla Exp $ +# $Id: Makefile,v 1.2 1998/11/17 03:41:45 asami Exp $ # -DISTNAME= gmysql-0.3.1 +DISTNAME= gmysql-0.3.1 CATEGORIES= databases -MASTER_SITES= http://www.loth.demon.co.uk/gmysql/ +MASTER_SITES= http://www.loth.demon.co.uk/gmysql/ \ + http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ -MAINTAINER= ibex@physik.TU-Berlin.DE +MAINTAINER= dirk@FreeBSD.ORG BUILD_DEPENDS= ${PREFIX}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql321 LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 |