aboutsummaryrefslogtreecommitdiffstats
path: root/irc/olirc/Makefile
blob: 0ba233ac0b02161ccd5f0abf0f64dcc63f45dba7 (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
# New ports collection makefile for:    olirc
# Date created:     Sat Jul 24 03:04:46 MET DST 1999
# Whom:         Juergen Lock <nox@jelal.kn-bremen.de>
#
# $FreeBSD$
#

PORTNAME=   olirc
PORTVERSION=    0.0.38.a3.2
CATEGORIES= irc
MASTER_SITES=   http://olirc.sourceforge.net/
DISTNAME=   olirc-0.0.38-alpha-3.2

MAINTAINER= nox@jelal.kn-bremen.de

LIB_DEPENDS=    tcl82.1:${PORTSDIR}/lang/tcl82

USE_BZIP2=  yes
USE_X_PREFIX=   yes
USE_GNOMENG=    yes
USE_GNOME=  gtk12
GNU_CONFIGURE=  yes

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/olirc ${PREFIX}/bin

.include <bsd.port.mk>