21 lines
450 B
Makefile
21 lines
450 B
Makefile
# New ports collection makefile for: pebrot
|
|
# Date created: 26 March 2004
|
|
# Whom: Kevin Lo <kevlo@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pebrot
|
|
PORTVERSION= 0.8.9
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= kevlo@FreeBSD.org
|
|
COMMENT= Text-based MSN messenger client
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_EGGINFO= pebrot-0.8.9-py${PYTHON_VER}.egg-info
|
|
|
|
.include <bsd.port.mk>
|