diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-30 21:06:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-30 21:06:01 +0000 |
commit | 4b5792c3ef3e9a1c426da8aa4b401990d5d3ffc2 (patch) | |
tree | 649126f7ccd2bba1fc034d240a7d6e2a7458539e /editors/tpad/Makefile | |
parent | 93faac9352add7b6950bb749eed337bbc4b881a5 (diff) | |
download | ports-4b5792c3ef3e9a1c426da8aa4b401990d5d3ffc2.tar.gz ports-4b5792c3ef3e9a1c426da8aa4b401990d5d3ffc2.zip |
Notes
Diffstat (limited to 'editors/tpad/Makefile')
-rw-r--r-- | editors/tpad/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/editors/tpad/Makefile b/editors/tpad/Makefile index 0a8941e51727..2affc5c2ad59 100644 --- a/editors/tpad/Makefile +++ b/editors/tpad/Makefile @@ -6,13 +6,13 @@ # PORTNAME= tpad -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= editors tcl84 tk84 MASTER_SITES= http://monitor.deis.unical.it/ant/tpad/ \ http://queen.rett.polimi.it/~ant/tcl/script/ MAINTAINER= ant@monitor.deis.unical.it -COMMENT= Win95/98 (TM) Notepad clone written in Tcl/Tk +COMMENT= Windows XP (TM) Notepad clone written in Tcl/Tk RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 @@ -21,11 +21,17 @@ PKGMESSAGE= ${WRKDIR}/MESSAGE PORTDOCS= ChangeLog conf.html index.html intro.html keys.html \ log.html mouse.html todo tpad.html +MAN1= tpad.1 +MLINKS= tpad.1 tview.1 do-install: ${INSTALL_SCRIPT} ${WRKDIR}/bin/tpad ${PREFIX}/bin/tpad post-install: + ${TEST} -e ${PREFIX}/bin/tview || (cd ${PREFIX}/bin ; ${LN} -s tpad tview) +.if !defined(NO_INSTALL_MANPAGES) + ${INSTALL_MAN} ${WRKDIR}/man/man1/tpad.1 ${MANPREFIX}/man/man1 +.endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for docfile in ${PORTDOCS} |