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

DISTNAME=   olirc-0.0.37
CATEGORIES= irc
MASTER_SITES=   http://olirc.hexanet.fr/

MAINTAINER= nox@jelal.kn-bremen.de

LIB_DEPENDS=    gtk12.2:${PORTSDIR}/x11-toolkits/gtk12

USE_BZIP2=  yes
GNU_CONFIGURE=  yes
USE_X_PREFIX=   yes
CONFIGURE_ENV=  GTK_CONFIG=${X11BASE}/bin/gtk12-config

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

.include <bsd.port.mk>