freebsd-ports/audio/daaplib/Makefile
Sergei Kolobov 7afdaa1a43 Add daaplib 0.1.1a, a C++ library for DAAP memory streams:
daaplib is a very tiny and portable C++ library which helps to read and
write low-level DAAP stream s in memory. the code is fairly
straightforward and can mirror the structure of the data fairly well.

PR:		58351
Submitted by:	Lars Thegler <lars@thegler.dk>
Approved by:	krion (implicit)
2003-10-23 12:00:57 +00:00

33 lines
724 B
Makefile

# New ports collection makefile for: daaplib
# Date created: 19 October 2003
# Whom: Lars Thegler <lars@thegler.dk>
#
# $FreeBSD$
#
PORTNAME= daaplib
PORTVERSION= 0.1.1a
CATEGORIES= audio
MASTER_SITES= http://www.deleet.de/projekte/daap/daaplib/
DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= lars@thegler.dk
COMMENT= A C++ library for DAAP memory streams
USE_ZIP= yes
USE_GMAKE= yes
USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/daaplib/src
MAKEFILE= makefile
ALL_TARGET=
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/${MAKEFILE}
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>