freebsd-ports/net/ayttm/Makefile
2001-06-18 18:05:44 +00:00

27 lines
505 B
Makefile

# New ports collection makefile for: everybuddy
# Date created: 1 Mar 2000
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= everybuddy
PORTVERSION= 0.2.1b5
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>