1994-12-28 09:55:36 +01:00
|
|
|
# New ports collection makefile for: tkman
|
|
|
|
# Date created: 27 Dec 1994
|
2000-06-26 14:53:41 +02:00
|
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
1994-12-28 09:55:36 +01:00
|
|
|
#
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1995-04-12 22:32:12 +02:00
|
|
|
#
|
1994-12-28 09:55:36 +01:00
|
|
|
|
2000-04-14 10:49:30 +02:00
|
|
|
PORTNAME= tkman
|
2003-10-20 10:40:35 +02:00
|
|
|
PORTVERSION= 2.2
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 2
|
2008-04-09 15:42:26 +02:00
|
|
|
CATEGORIES= misc tk
|
2009-08-22 02:28:34 +02:00
|
|
|
MASTER_SITES= SF
|
1994-12-28 09:55:36 +01:00
|
|
|
|
2007-03-23 09:38:30 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A Tcl/Tk based manual browser
|
1995-12-09 02:30:20 +01:00
|
|
|
|
2011-10-18 15:06:33 +02:00
|
|
|
RUN_DEPENDS= glimpse:${PORTSDIR}/textproc/glimpse \
|
|
|
|
rman:${PORTSDIR}/textproc/rman
|
1995-04-12 22:32:12 +02:00
|
|
|
|
2011-10-18 15:06:33 +02:00
|
|
|
USE_TK= yes
|
2003-10-20 10:40:35 +02:00
|
|
|
USE_GMAKE= yes
|
2011-10-18 15:06:33 +02:00
|
|
|
USE_DOS2UNIX= yes
|
|
|
|
MAKE_ARGS= WISH="${WISH}" \
|
2007-07-23 11:36:51 +02:00
|
|
|
texinfodir="${PREFIX}/${INFO_PATH}" \
|
2005-04-21 14:02:17 +02:00
|
|
|
gzgrep="\"/usr/bin/zgrep -E\"" \
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
mastermen="\"/usr/share/man ${PREFIX}/man ${LOCALBASE}/man\"" \
|
|
|
|
masterbin="\"/usr/bin ${PREFIX}/bin ${LOCALBASE}/bin\"" \
|
2005-04-21 14:02:17 +02:00
|
|
|
manformat="{groff -Tlatin1 -te -mandoc}" \
|
|
|
|
manprint="{groff -mandoc -Tps -te -l}"
|
|
|
|
|
1998-09-30 10:04:32 +02:00
|
|
|
post-patch:
|
2011-10-18 15:06:33 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|/usr/local/bin/wish|${WISH}|' \
|
1998-09-30 10:04:32 +02:00
|
|
|
${WRKSRC}/contrib/tkmanclient
|
|
|
|
|
2005-04-21 14:02:17 +02:00
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/tkman ${PREFIX}/bin
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/retkman ${PREFIX}/bin
|
|
|
|
|
1997-08-25 11:46:38 +02:00
|
|
|
post-install:
|
1998-09-30 10:04:32 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2003-10-20 10:40:35 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/manual.html ${DOCSDIR}
|
1997-08-25 11:46:38 +02:00
|
|
|
.endif
|
1998-09-30 10:04:32 +02:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/contrib/tkmanclient ${PREFIX}/bin
|
2000-07-12 14:05:58 +02:00
|
|
|
@${MKDIR} ${PREFIX}/etc/periodic/weekly
|
|
|
|
${INSTALL_SCRIPT} ${FILESDIR}/310.index_manpages ${PREFIX}/etc/periodic/weekly
|
1995-08-19 08:55:59 +02:00
|
|
|
|
1994-12-28 09:55:36 +01:00
|
|
|
.include <bsd.port.mk>
|