diff options
author | dirk <dirk@FreeBSD.org> | 1999-01-08 14:18:43 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-01-08 14:18:43 +0000 |
commit | 5bd30dca3085da3ca8b6e99bd6fc3fc3d0efbfb9 (patch) | |
tree | 1fd0ab36949ec668015cc44771dcb8cfbfaf189e /databases | |
parent | 9343e9fcfe168914046571a42ebad8f1b8714d60 (diff) | |
download | FreeBSD-ports-5bd30dca3085da3ca8b6e99bd6fc3fc3d0efbfb9.zip FreeBSD-ports-5bd30dca3085da3ca8b6e99bd6fc3fc3d0efbfb9.tar.gz |
Some cleanups:
- change my e-mail address from ibex@physik.TU-Berlin.DE to dirk@FreeBSD.ORG
- spaces to tabs
- add another MASTER_SITE for gmysql
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 0f4b90b..74bfb71 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 |