mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
adbcbdd9d6
Regrettably, I have no free time for the foreseeable future which I can commit directly to these aspects of FreeBSD work, due to a demanding new role elsewhere. I am able to review patches from time to time, but regrettably cannot be directly involved in engineering work beyond this w/o it being directly involved in day-to-day effort. Thank you for your understanding.
30 lines
589 B
Makefile
30 lines
589 B
Makefile
# New ports collection makefile for: amqp08
|
|
# Date Created: 2009-07-05
|
|
# Whom: Bruce Simpson
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= amqp08
|
|
PORTVERSION= 20090705
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://jira.amqp.org/confluence/download/attachments/720900/
|
|
DISTNAME= amqp0-8.xml
|
|
EXTRACT_SUFX=
|
|
DIST_SUBDIR= amqp
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Vendor neutral AMQP 0.8 XML specification
|
|
|
|
NO_BUILD= defined
|
|
|
|
do-extract:
|
|
@${MKDIR} ${WRKSRC}
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/share/amqp
|
|
@${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \
|
|
${PREFIX}/share/amqp
|
|
|
|
.include <bsd.port.mk>
|