aboutsummaryrefslogtreecommitdiffstats
path: root/java/tya/Makefile
blob: b4da46651c54e575e4c60ed0f805ddb0fb9608bc (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# New ports collection makefile for:    tya
# Date created:     16 May 1999
# Whom:         jburkhol@home.com
#
# $FreeBSD$
#

PORTNAME=   tya
PORTVERSION=    1.7.3
CATEGORIES= java
MASTER_SITES=   http://sax.sax.de/~adlibit/
DISTNAME=   tya17v3
EXTRACT_SUFX=   .tgz

MAINTAINER= sobomax@FreeBSD.org

BUILD_DEPENDS=  ${JAVADIR}/bin/java:${PORTSDIR}/java/jdk

WRKSRC=     ${WRKDIR}/${DISTNAME:S/a1/a1./}

ONLY_FOR_ARCHS= i386

GNU_CONFIGURE=  yes
CONFIGURE_ARGS+=    --with-jdk=${JAVADIR}

JAVADIR=    ${LOCALBASE}/jdk1.1.8
JAVALIBDIR= ${PREFIX}/lib/tya

post-configure:
    @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/README

do-install:
    @${MKDIR} ${JAVALIBDIR}
    @${INSTALL_PROGRAM} ${WRKSRC}/libtya.so ${JAVALIBDIR}

post-install:
    @${MKDIR} ${PREFIX}/share/tya
    @${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/tya
    @${ECHO_MSG} ""
    @${ECHO_MSG} "See ${PREFIX}/share/tya/README for usage instructions."
    @${ECHO_MSG} ""

.include <bsd.port.mk>
security/ssh2?h=mate-1.18&id=8a64faa209d75fed613c9d51e13f20b7a91e75ec'>Unrestrict to match the ssh port.obrien2001-02-171-1/+1 * Don't install etc/rc.d/sshd.sh if sshd is being started from inetd.conf.steve2000-10-301-1/+3 * Upgrade to ssh-2.3.0.kris2000-09-0215-152/+109 * Remove redundant/inappropriate CATEGORIES. People need to start readingwill2000-06-021-1/+1 * Update to version 2.1.0pl2.steve2000-05-2912-100/+119 * Correct whitespace introduced during PORTNAME conversion and portlintmharo2000-04-211-3/+3 * Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-16/+14 * Sorry to everyone, the commits previously broke installing for these ports.will2000-04-141-1/+1 * Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3 * Add better sshd startup scripts; specifically, allow restarting andwill2000-04-062-2/+29 * Support OpenSSH in the base system as the ssh1 component.obrien2000-03-111-2/+10 * Make pkgname match the directory the port lives in, and to reduce collsionobrien2000-01-291-2/+3 * remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanupsmharo1999-12-252-12/+2 * Forgot a linecpiazza1999-11-261-0/+1 * Patches are now available from www.ssh.org/patchescpiazza1999-11-261-0/+3 * Removed an obsoleted patch.sada1999-11-251-4/+0 * Path for problem with tty ownership with chflags and chown in BSD 4.4cpiazza1999-09-032-0/+5 * FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1 * $Id$ -> $FreeBSD$peter1999-08-311-1/+1 * chmod -> ${CHMOD}mharo1999-08-231-16/+10 * #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1 * Add comment that USE_TCPWRAP ==> YES if /usr/include/tcpd.h exists.obrien1999-06-251-2/+2 * upgrade to 2.0.13ache1999-06-1911-62/+70 * Add WWW: to DESCR filesmharo1999-05-031-1/+1 * detect/use -current libwrapache1999-04-031-1/+5 * Re-order definition of a couple of variables so the ssh1 dependencysteve1999-03-151-10/+11 * Use setusercontext() now to set all sort of login things including env.ache1999-02-063-5/+138 * remove lines which do chmod -x on recently installed rc.d/sshd.shache1999-02-061-4/+1 * upgrade to 2.0.12ache1999-02-056-20/+42 * remove curses bloatache1999-01-29