1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/irc/gaim-irchelper/Makefile
Michael Johnson eb5af4f704 - Add gaim-irchelper
o Gaim plugin that enhances the usability of the IRC protocol
2005-09-05 01:24:05 +00:00

26 lines
566 B
Makefile

# New ports collection makefile for: gaim-irchelper
# Date created: 2005-09-04
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gaim-irchelper
PORTVERSION= 0.12
CATEGORIES= irc net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ahze@FreeBSD.org
COMMENT= Gaim plugin that enhances the usability of the IRC protocol
BUILD_DEPENDS= gaim:${PORTSDIR}/net/gaim
RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim
USE_BZIP2= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
PLIST_FILES= lib/gaim/irchelper.so
.include <bsd.port.mk>