summaryrefslogtreecommitdiff
path: root/net-im/gaim-slashexec/Makefile
blob: 1cde7870f5d40abba3e134df8663dad6a694b9a4 (plain)
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
# New ports collection makefile for:	gaim-slashexec
# Date created:		30 December 2005
# Whom:			kevinb
#
# $FreeBSD$
#

PORTNAME=	slashexec
PORTVERSION=	1.0
PORTREVISION=	1
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

USE_X_PREFIX=	yes
GNU_CONFIGURE=	yes
USE_REINPLACE=	yes

PLIST_FILES=	lib/gaim/se.la lib/gaim/se.so

.include <bsd.port.mk>