2006-01-03 14:56:47 +00:00
|
|
|
# New ports collection makefile for: gaim-slashexec
|
|
|
|
# Date created: 30 December 2005
|
|
|
|
# Whom: kevinb
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= slashexec
|
|
|
|
PORTVERSION= 1.0
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 3
|
2006-01-03 14:56:47 +00:00
|
|
|
CATEGORIES= net-im
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= guifications
|
|
|
|
PKGNAMEPREFIX= gaim-
|
|
|
|
|
|
|
|
MAINTAINER= kruptos@mlinux.org
|
|
|
|
COMMENT= Execute commands inside gaim
|
|
|
|
|
|
|
|
BUILD_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
|
|
|
|
RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
|
|
|
|
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2006-01-03 14:56:47 +00:00
|
|
|
|
2006-02-23 10:40:44 +00:00
|
|
|
PLIST_FILES= lib/gaim/se.la lib/gaim/se.so
|
2006-01-03 14:56:47 +00:00
|
|
|
|
2007-03-28 20:06:51 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
|
|
|
|
2006-01-03 14:56:47 +00:00
|
|
|
.include <bsd.port.mk>
|