1999-08-02 21:54:31 +00:00
|
|
|
# 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>
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1999-08-02 21:54:31 +00:00
|
|
|
#
|
|
|
|
|
2000-04-12 06:28:35 +00:00
|
|
|
PORTNAME= olirc
|
|
|
|
PORTVERSION= 0.0.37
|
1999-08-02 21:54:31 +00:00
|
|
|
CATEGORIES= irc
|
1999-10-21 06:05:46 +00:00
|
|
|
MASTER_SITES= http://olirc.hexanet.fr/
|
1999-08-02 21:54:31 +00:00
|
|
|
|
|
|
|
MAINTAINER= nox@jelal.kn-bremen.de
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 06:36:23 +00:00
|
|
|
USE_GTK= yes
|
2000-07-07 19:59:26 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1999-08-02 21:54:31 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/olirc ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|