1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/irc/olirc/Makefile

24 lines
438 B
Makefile
Raw Normal View History

# 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$
#
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
2000-10-05 06:36:23 +00:00
USE_GTK= yes
GNU_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/olirc ${PREFIX}/bin
.include <bsd.port.mk>