summaryrefslogtreecommitdiff
path: root/net-im/ayttm/Makefile
blob: 21a4cf41551e0d05844f363d24a8c6a579513ae7 (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
# New ports collection makefile for:	everybuddy
# Date created:			1 Mar 2000
# Whom:				Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	everybuddy
PORTVERSION=	0.4.2
CATEGORIES=	net
MASTER_SITES=	http://www.everybuddy.com/files/
DISTNAME=	${PORTNAME}-${PORTVERSION:S/b/beta/}

MAINTAINER=	jim@FreeBSD.org

USE_X_PREFIX=	yes
USE_GMAKE=	yes
USE_GTK=	yes
GNU_CONFIGURE=	yes

LIB_DEPENDS=	intl.2:${PORTSDIR}/devel/gettext
MAN1=		everybuddy.1

# no idea why config.h isn't created, but an empty one seems to work OK
post-patch:
	touch ${WRKSRC}/config.h

.include <bsd.port.mk>