Lines 6-25
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= otcl |
8 |
PORTNAME= otcl |
9 |
PORTVERSION= 1.0a6 |
9 |
PORTVERSION= 1.0a7 |
10 |
CATEGORIES= lang |
10 |
CATEGORIES= lang tcl83 tk83 |
11 |
MASTER_SITES= http://www.isi.edu/nsnam/dist/ |
11 |
MASTER_SITES= http://www.isi.edu/nsnam/dist/ |
12 |
|
12 |
|
13 |
MAINTAINER= obonilla@fisicc-ufm.edu |
13 |
MAINTAINER= obonilla@fisicc-ufm.edu |
14 |
|
14 |
|
15 |
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 |
15 |
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 |
16 |
|
16 |
|
17 |
INSTALLS_SHLIB= yes |
17 |
INSTALLS_SHLIB= yes |
18 |
GNU_CONFIGURE= yes |
18 |
GNU_CONFIGURE= yes |
19 |
CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2 |
19 |
CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3 |
20 |
USE_AUTOCONF= yes |
20 |
USE_AUTOCONF= yes |
21 |
PKGINSTALL= ${PORTSDIR}/lang/tcl82/pkg-install.tclsh |
21 |
PKGINSTALL= ${PORTSDIR}/lang/tcl83/pkg-install.tclsh |
22 |
PKGDEINSTALL= ${PORTSDIR}/lang/tcl82/pkg-deinstall.tclsh |
22 |
PKGDEINSTALL= ${PORTSDIR}/lang/tcl83/pkg-deinstall.tclsh |
23 |
|
23 |
|
24 |
post-install: |
24 |
post-install: |
25 |
${LN} -sf libotcl.so ${PREFIX}/lib/libotcl.so.1 |
25 |
${LN} -sf libotcl.so ${PREFIX}/lib/libotcl.so.1 |