freebsd-ports/net-im/gaim-bangexec/Makefile
Pav Lucistnik 374a86aa5e Move gaim related ports to a newly created net-im category:
misc/gaim-bangexec -> net-im/gaim-bangexec
  misc/gaim-guifications -> net-im/gaim-guifications
  misc/gaim-ignorance -> net-im/gaim-ignorance

Repocopied by:	marcus
2005-11-10 04:22:30 +00:00

32 lines
643 B
Makefile

# New ports collection makefile for: gaim-bangexec
# Date created: 17 April 2005
# Whom: kevinb
#
# $FreeBSD$
#
PORTNAME= bangexec
PORTVERSION= 1.3.0.2
PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ignorance
PKGNAMEPREFIX= gaim-
MAINTAINER= kruptos@mlinux.org
COMMENT= Command interpreter plugin for gaim
BUILD_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
USE_X_PREFIX= yes
USE_BZIP2= yes
USE_LIBTOOL_VER=15
USE_REINPLACE= yes
PLIST_FILES= lib/gaim/bangexec.so
post-patch:
@${REINPLACE_CMD} -e 's|-g3||' ${WRKSRC}/configure
.include <bsd.port.mk>