summaryrefslogtreecommitdiff
path: root/ftp/pavuk/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-04-22 08:01:58 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-04-22 08:01:58 +0000
commitb6fff4a902244a387c5f76398a5aa039351d8661 (patch)
tree9d41c9e97228f5e53e0faf240a75d9008ba51019 /ftp/pavuk/Makefile
parentgtk11 -> gtk12 (diff)
Update to pl9, and now use gtk12
PR: 11273 Submitted by: Chris Piazza <cpiazza@home.net>
Notes
Notes: svn path=/head/; revision=18077
Diffstat (limited to 'ftp/pavuk/Makefile')
-rw-r--r--ftp/pavuk/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/ftp/pavuk/Makefile b/ftp/pavuk/Makefile
index 26227786ed85..a21acfb04ff6 100644
--- a/ftp/pavuk/Makefile
+++ b/ftp/pavuk/Makefile
@@ -3,24 +3,22 @@
# Date created: 19 March 1998
# Whom: Andrey Zakhvatov
#
-# $Id: Makefile,v 1.2 1998/12/22 08:22:08 asami Exp $
+# $Id: Makefile,v 1.3 1999/03/15 01:50:13 steve Exp $
#
-DISTNAME= pavuk-0.9pl5
-PKGNAME= pavuk-0.9.5
+DISTNAME= pavuk-0.9pl9
+PKGNAME= pavuk-0.9.9
CATEGORIES= net www
-MASTER_SITES= ftp://ftp.idata.sk/pub/unix/www/ \
- ftp://ftp.max.irk.ru/pub/unix/net/www/wget/ \
- ${MASTER_SITE_SUNSITE}
+MASTER_SITES= ${MASTER_SITE_SUNSITE} \
+ ftp://ftp.idata.sk/pub/unix/www/
MASTER_SITE_SUBDIR= apps/www/mirroring
EXTRACT_SUFX= .tgz
MAINTAINER= andy@icc.surw.chel.su
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
- gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
+ gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
-USE_XLIB= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -34,7 +32,7 @@ do-install:
@ ${INSTALL_DATA} ${WRKSRC}/pavuk_authinfo.sample ${PREFIX}/etc
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/pavuk
-.for file in AUTHORS COPYING ChangeLog README THANK_TO TODO
+.for file in AUTHORS ChangeLog README THANK_TO TODO
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/pavuk
.endfor
.endif