View | Details | Raw Unified | Return to bug 62100
Collapse All | Expand All

(-)tpad/Makefile (-3 / +9 lines)
Lines 2-18 Link Here
2
# Date created:		10 November 2003
2
# Date created:		10 November 2003
3
# Whom:			Antonio Bonifati <ant@monitor.deis.unical.it>
3
# Whom:			Antonio Bonifati <ant@monitor.deis.unical.it>
4
#
4
#
5
# $FreeBSD: ports/editors/tpad/Makefile,v 1.2 2004/01/08 01:17:24 edwin Exp $
5
# $FreeBSD$
6
#
6
#
7
7
8
PORTNAME=	tpad
8
PORTNAME=	tpad
9
PORTVERSION=	1.1
9
PORTVERSION=	1.2
10
CATEGORIES=	editors tcl84 tk84
10
CATEGORIES=	editors tcl84 tk84
11
MASTER_SITES=	http://monitor.deis.unical.it/ant/tpad/ \
11
MASTER_SITES=	http://monitor.deis.unical.it/ant/tpad/ \
12
		http://queen.rett.polimi.it/~ant/tcl/script/
12
		http://queen.rett.polimi.it/~ant/tcl/script/
13
13
14
MAINTAINER=	ant@monitor.deis.unical.it
14
MAINTAINER=	ant@monitor.deis.unical.it
15
COMMENT=	Win95/98 (TM) Notepad clone written in Tcl/Tk
15
COMMENT=	Windows XP (TM) Notepad clone written in Tcl/Tk
16
16
17
RUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84
17
RUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84
18
18
Lines 21-31 Link Here
21
21
22
PORTDOCS=	ChangeLog conf.html index.html intro.html keys.html \
22
PORTDOCS=	ChangeLog conf.html index.html intro.html keys.html \
23
		log.html mouse.html todo tpad.html
23
		log.html mouse.html todo tpad.html
24
MAN1=		tpad.1
25
MLINKS=		tpad.1 tview.1
24
26
25
do-install:
27
do-install:
26
	${INSTALL_SCRIPT} ${WRKDIR}/bin/tpad ${PREFIX}/bin/tpad
28
	${INSTALL_SCRIPT} ${WRKDIR}/bin/tpad ${PREFIX}/bin/tpad
27
29
28
post-install:
30
post-install:
31
	${TEST} -e ${PREFIX}/bin/tview || (cd ${PREFIX}/bin ; ${LN} -s tpad tview)
32
.if !defined(NO_INSTALL_MANPAGES)
33
	${INSTALL_MAN} ${WRKDIR}/man/man1/tpad.1 ${MANPREFIX}/man/man1
34
.endif
29
.if !defined(NOPORTDOCS)
35
.if !defined(NOPORTDOCS)
30
	@${MKDIR} ${DOCSDIR}
36
	@${MKDIR} ${DOCSDIR}
31
.for docfile in ${PORTDOCS}
37
.for docfile in ${PORTDOCS}
(-)tpad/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (tpad-1.1.tar.gz) = 26bc63caf91ce18362106ec762b0c09f
1
MD5 (tpad-1.2.tar.gz) = 95a5d1b74866a5268696ac97d9698255
(-)tpad/pkg-plist (+1 lines)
Lines 1-2 Link Here
1
bin/tpad
1
bin/tpad
2
bin/tview
2
etc/tpad.conf.sample
3
etc/tpad.conf.sample

Return to bug 62100