freebsd-ports/net-im/gaim-ignorance/Makefile
Jean-Yves Lefort 5eb3cd1c06 Ignorance is a content filtering plugin for Gaim. If you love Gaim for
chat, but find yourself missing the filtering features of clients like
zinc, then Ignorance is for you!

PR:		ports/80047
Submitted by:	Kevin Brunelle <kruptos@mlinux.org>
Approved by:	adamw (mentor)
2005-04-19 13:03:34 +00:00

47 lines
1,014 B
Makefile

# New ports collection makefile for: gaim-ignorance
# Date created: 17 April 2005
# Whom: kevinb
#
# $FreeBSD$
#
PORTNAME= gaim-ignorance
DISTVERSION= 1.1.3beta1
CATEGORIES= misc
MASTER_SITES= http://bard.sytes.net/ignorance/
DISTNAME= ignorance-${DISTVERSION}
MAINTAINER= kruptos@mlinux.org
COMMENT= Adds filtering capabilities to gaim
BUILD_DEPENDS= gaim:${PORTSDIR}/net/gaim
RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim
USE_X_PREFIX= yes
USE_BZIP2= yes
USE_LIBTOOL_VER=15
USE_REINPLACE= yes
EXAMPLESDIR_REL=${EXAMPLESDIR:S,^${PREFIX}/,,}
PLIST_FILES= lib/gaim/ignorance.so ${EXAMPLESDIR_REL}/ignorance
PLIST_DIRS= ${EXAMPLESDIR_REL}
SUB_FILES= pkg-message
.if !defined(NOPORTDOCS)
PORTDOCS= README
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-g3||' ${WRKSRC}/configure
post-install:
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/ignorance ${EXAMPLESDIR}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>