openbsd-ports/net/py-irclib/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

34 lines
749 B
Makefile

# $OpenBSD: Makefile,v 1.9 2010/07/12 22:07:41 sthen Exp $
COMMENT= Internet Relay Chat (IRC) protocol client library for Python
DISTNAME= python-irclib-0.4.6
PKGNAME= ${DISTNAME:S/python/py/g}
REVISION = 1
CATEGORIES= net
HOMEPAGE= http://python-irclib.sourceforge.net/
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=python-irclib/}
MODULES= lang/python
NO_REGRESS= Yes
EXAMPLES= dccreceive dccsend irccat irccat2 servermap testbot.py
EXAMPLESDIR= ${PREFIX}/share/examples/py-irclib
post-install:
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
.for f in ${EXAMPLES}
${INSTALL_DATA} ${WRKSRC}/${f} ${EXAMPLESDIR}
.endfor
.include <bsd.port.mk>