diff options
author | fredb <fredb@pkgsrc.org> | 2000-08-31 03:58:14 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-08-31 03:58:14 +0000 |
commit | cb85ed2cd3b4ae01ba132015a8eb16d36b1da218 (patch) | |
tree | 1526cc634ba242687376af78b52184d5babfdf40 /x11/tkman/Makefile | |
parent | 8e8d3e99edf15b9881f40d4038402db8e9d081a4 (diff) | |
download | pkgsrc-cb85ed2cd3b4ae01ba132015a8eb16d36b1da218.tar.gz |
Update to tkman-2.1. The most significant change is that the license is
relaxed to be more GPL-like. Also, now requires tk-8.3.x, the "makefile"
adds an option to use -mandoc for BSD-style man pages, which we enable,
and Tkman now has a homepage.
Diffstat (limited to 'x11/tkman/Makefile')
-rw-r--r-- | x11/tkman/Makefile | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/x11/tkman/Makefile b/x11/tkman/Makefile index c92d2fff86d..e23901ece5b 100644 --- a/x11/tkman/Makefile +++ b/x11/tkman/Makefile @@ -1,24 +1,22 @@ -# $NetBSD: Makefile,v 1.22 2000/08/18 22:46:52 hubertf Exp $ +# $NetBSD: Makefile,v 1.23 2000/08/31 03:58:14 fredb Exp $ # FreeBSD Id: Makefile,v 1.28 1997/12/08 15:51:20 tg Exp # -DISTNAME= tkman-2.1b2 -CATEGORIES= x11 tk80 -MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ -EXTRACT_SUFX= .tar.Z +DISTNAME= tkman +PKGNAME= tkman-2.1 +CATEGORIES= x11 +MASTER_SITES= ftp://tkman.sourceforge.net/pub/tkman/ \ + http://tkman.sourceforge.net/ MAINTAINER= packages@netbsd.org +HOMEPAGE= http://tkman.sourceforge.net/ -DEPENDS+= tk-8.0.5:../../x11/tk80 -DEPENDS+= rman-3.0.*:../../textproc/rman DEPENDS+= glimpse-4.1:../../textproc/glimpse - -RESTRICTED= "Don't sell for profit" -NO_SRC_ON_FTP= ${RESTRICTED} -NO_SRC_ON_CDROM= ${RESTRICTED} -NO_BIN_ON_FTP= ${RESTRICTED} -NO_BIN_ON_CDROM= ${RESTRICTED} +DEPENDS+= rman-3.0.*:../../textproc/rman +DEPENDS+= tk-8.3.2:../../x11/tk USE_X11= yes +WRKSRC= ${WRKDIR}/${PKGNAME} + .include "../../mk/bsd.pkg.mk" |