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 /graphics/gtkfig/Makefile | |
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 'graphics/gtkfig/Makefile')
-rw-r--r-- | graphics/gtkfig/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gtkfig/Makefile b/graphics/gtkfig/Makefile index 9373a9fb..26e6453 100644 --- a/graphics/gtkfig/Makefile +++ b/graphics/gtkfig/Makefile @@ -1,9 +1,9 @@ -# New ports collection makefile for: gtkfig -# Version required: 0.6.0 -# Date created: Tue Nov 17 13:51:11 CET 1998 -# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE> +# New ports collection makefile for: gtkfig +# Version required: 0.6.0 +# Date created: Tue Nov 17 13:51:11 CET 1998 +# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/11/19 17:00:26 vanilla Exp $ # DISTNAME= gtkfig-0.6.0 @@ -11,7 +11,7 @@ CATEGORIES= graphics MASTER_SITES= ftp://k332.feld.cvut.cz/pub/local/lemming/gtkfig/ \ http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ -MAINTAINER= ibex@physik.TU-Berlin.DE +MAINTAINER= dirk@FreeBSD.ORG LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 |