blob: 771756eca396da34b8838eefe64df65f3c24e261 (
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
|
# 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.37
CATEGORIES= irc
MASTER_SITES= http://olirc.hexanet.fr/
MAINTAINER= nox@jelal.kn-bremen.de
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GTK= yes
GNU_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/olirc ${PREFIX}/bin
.include <bsd.port.mk>
|