openbsd-ports/net/pebrot/Makefile
xsa 6b813bcc3e - set correct PKGNAME, which means removing the `py-' prefix
- set conflict with `py-pebrot' in the meantime
ok kevlo@ naddy@.
2005-03-08 22:42:35 +00:00

32 lines
555 B
Makefile

# $OpenBSD: Makefile,v 1.9 2005/03/08 22:42:35 xsa Exp $
COMMENT= "text-based MSN messenger client"
DISTNAME= pebrot-0.8.7
CATEGORIES= net
HOMEPAGE= http://pebrot.sourceforge.net/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# GPL
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= lang/python
FLAVORS= cjk
FLAVOR?=
.if ${FLAVOR:L:Mcjk}
RUN_DEPENDS= :py-cjkcodecs-*:converters/py-cjkcodecs
.endif
.include <bsd.port.mk>