1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net-im/py-punjab/Makefile
Martin Wilke 729d9d232f - Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
2011-02-25 03:19:29 +00:00

43 lines
934 B
Makefile

# New ports collection makefile for: py-punjab
# Date created: 17 February 2006
# Whom: jodocus <jodocus@jodocus.org>
#
# $FreeBSD$
#
PORTNAME= punjab
PORTVERSION= 0.14
PORTREVISION= 1
CATEGORIES= net-im python
MASTER_SITES= http://code.stanziq.com/punjab/releases/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@c0decafe.net
COMMENT= HTTP XMPP client interface
USE_PYTHON= 2.5+
USE_PYDISTUTILS=yes
USE_TWISTED= words web conch names
PORTDOCS= README.txt INSTALL.txt PKG-INFO
USE_RC_SUBR= punjab.sh
SUB_FILES= pkg-message punjab.tac
SUB_LIST+= "PYTHON_CMD=${PYTHON_CMD}"
.include <bsd.port.pre.mk>
post-install:
@${INSTALL} -d ${WWWDIR}
@cd ${WRKSRC}/html && ${COPYTREE_SHARE} . ${WWWDIR}
@${INSTALL} ${WRKDIR}/punjab.tac ${PREFIX}/libexec/
@${CAT} ${PKGMESSAGE}
.if !defined(NOPORTDOCS)
@${INSTALL} -d ${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.post.mk>