blob: 21b49ac0c0f1ecb581cdfd5ba0352cb53b417852 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: tklregexp
# Date created: 2 May 2000
# Whom: Patrick Seal <patseal@hyperhost.net>
#
# $FreeBSD$
#
PORTNAME= tkregexp
PORTVERSION= 2.1
CATEGORIES= misc tk83
MASTER_SITES= http://laurent.riesterer.free.fr/regexp/
DISTNAME= visual_regexp-${PORTVERSION}
MAINTAINER= patseal@hyperhost.net
RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
NO_WRKSUBDIR= yes
USE_ZIP= yes
NO_BUILD= yes
USE_X_PREFIX= yes
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/visual_regexp-${PORTVERSION}.tcl ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
|