2004-01-27 23:58:15 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2004/01/28 04:58:15 kevlo Exp $
|
2003-12-29 09:09:03 -05:00
|
|
|
|
|
|
|
COMMENT= "text-based MSN messenger client"
|
|
|
|
|
2004-01-27 23:58:15 -05:00
|
|
|
DISTNAME= pebrot-0.8.3
|
2003-12-29 09:09:03 -05:00
|
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= net
|
|
|
|
|
|
|
|
HOMEPAGE= http://pebrot.sourceforge.net/
|
|
|
|
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
|
2003-12-29 21:01:12 -05:00
|
|
|
# GPL
|
2003-12-29 09:09:03 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pebrot/}
|
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
MODULES= python
|
|
|
|
|
2003-12-30 04:32:45 -05:00
|
|
|
FLAVORS= cjk
|
|
|
|
FLAVOR?=
|
|
|
|
|
|
|
|
.if ${FLAVOR:L:Mcjk}
|
|
|
|
RUN_DEPENDS= :py-cjkcodecs-*:converters/py-cjkcodecs
|
|
|
|
.endif
|
|
|
|
|
2003-12-29 09:09:03 -05:00
|
|
|
.include <bsd.port.mk>
|