blob: 1947d087321a643065762c264f402822302f5d47 (
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
24
25
26
27
28
29
30
31
32
33
34
|
# 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
DEPRECATED= The author has taken down his site and has ceased developing this program
USE_X_PREFIX= yes
USE_BZIP2= yes
USE_AUTOTOOLS= libtool:15
USE_REINPLACE= yes
PLIST_FILES= lib/gaim/bangexec.so
post-patch:
@${REINPLACE_CMD} -e 's|-g3||' ${WRKSRC}/configure
.include <bsd.port.mk>
|