mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
5296547c5f
called STOMP. WWW: http://www.thuswise.org/sprinkle/ PR: ports/122613 Submitted by: Gea-Suan Lin <gslin at gslin.org>
28 lines
573 B
Makefile
28 lines
573 B
Makefile
# New ports collection makefile for: sprinkle
|
|
# Date created: 2008-04-10
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sprinkle
|
|
DISTVERSION= 2007-08-07
|
|
CATEGORIES= net python
|
|
MASTER_SITES= http://www.thuswise.org/sprinkle/pub/
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Stomp messaging broker written in Python
|
|
|
|
NO_BUILD= yes
|
|
USE_PYTHON= yes
|
|
WRKSRC= ${WRKDIR}/sprinkle-dist
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/sprinkle.py ${PREFIX}/sbin
|
|
.ifndef(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
${CP} -R ${WRKSRC}/doc/*.* ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|