diff options
author | tv <tv> | 1998-07-12 04:09:55 +0000 |
---|---|---|
committer | tv <tv> | 1998-07-12 04:09:55 +0000 |
commit | c726623edb18b92a4ef505a7d28be2704258d8ae (patch) | |
tree | f99123befe7921132ca5b857f640cb0437e1da58 /www | |
parent | 65cce730bafb7620a156442c8d5b194ba6eff0fa (diff) | |
download | pkgsrc-c726623edb18b92a4ef505a7d28be2704258d8ae.tar.gz |
Portlint (probably should have run it first ;), and add MAINTAINER.
Diffstat (limited to 'www')
-rw-r--r-- | www/Mosaic/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile index 84a9a63554e..2332f1a4223 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/07/12 04:05:50 tv Exp $ +# $NetBSD: Makefile,v 1.3 1998/07/12 04:09:55 tv Exp $ # FreeBSD Id: Makefile,v 1.15 1998/05/27 08:44:56 dburr Exp # @@ -7,13 +7,17 @@ PKGNAME= mosaic-2.7b5 CATEGORIES= www MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/Web/Mosaic/Unix/source/ +MAINTAINER= tv@netbsd.org + DEPENDS= jpeg-6b:../../graphics/jpeg \ png-0.96:../../graphics/png \ xpm-3.4k:../../graphics/xpm USE_X11= yes USE_MOTIF= yes + WRKSRC= ${WRKDIR}/Mosaic-src + GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" |