diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-07-18 18:45:25 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-07-18 18:45:25 +0000 |
commit | 9e9f8e58374b2cbd462a2be6e8b4e9f43429853f (patch) | |
tree | fdd7463de66275048be871601f23e134e19a512b /graphics/fnlib/Makefile | |
parent | b05e40d9e418f0679e2c9bda10efac6a672ce1ae (diff) | |
download | FreeBSD-ports-9e9f8e58374b2cbd462a2be6e8b4e9f43429853f.zip FreeBSD-ports-9e9f8e58374b2cbd462a2be6e8b4e9f43429853f.tar.gz |
1. The author change the distfile, and without bump version.
2. Change MASTER_SITE.
3. set myself as MAINTAINER.
Diffstat (limited to 'graphics/fnlib/Makefile')
-rw-r--r-- | graphics/fnlib/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/fnlib/Makefile b/graphics/fnlib/Makefile index 59aa3f9..30f81e6 100644 --- a/graphics/fnlib/Makefile +++ b/graphics/fnlib/Makefile @@ -3,17 +3,19 @@ # Date created: 23 June 1997 # Whom: brett@peloton.physics.montana.edu # -# $Id:$ +# $Id: Makefile,v 1.2 1998/07/04 23:43:34 vanilla Exp $ # DISTNAME= fnlib_DR-0.3 PKGNAME= fnlib-0.3 CATEGORIES= graphics -MASTER_SITES= ftp://www.rasterman.com/pub/enlightenment/libs/fnlib/ +MASTER_SITES= ftp://www.rasterman.com/pub/enlightenment/enlightenment/ \ + ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \ + ftp://ftp.labs.redhat.com/pub/imlib/TAR/ -MAINTAINER= ports@freebsd.org +MAINTAINER= vanilla@FreeBSD.ORG -LIB_DEPENDS= Imlib\\.1\\.6:${PORTSDIR}/graphics/imlib +LIB_DEPENDS= Imlib\\.1\\.7:${PORTSDIR}/graphics/imlib USE_X11= yes USE_GMAKE= yes |