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

PORTNAME=   everybuddy
PORTVERSION=    0.2.1b6
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

MAN1=       everybuddy.1

pre-patch:
    @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure

.include <bsd.port.mk>