33 lines
581 B
Makefile
33 lines
581 B
Makefile
# $OpenBSD: Makefile,v 1.8 2004/11/30 07:20:08 kevlo Exp $
|
|
|
|
COMMENT= "text-based MSN messenger client"
|
|
|
|
DISTNAME= pebrot-0.8.7
|
|
PKGNAME= py-${DISTNAME}
|
|
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>
|