1234567891011121314151617181920212223242526272829303132333435 |
- # $OpenBSD: Makefile,v 1.17 2013/03/10 22:55:04 espie Exp $
- COMMENT= multi-threaded DAAP server
- DISTNAME= mt-daapd-0.2.4.2
- REVISION= 5
- CATEGORIES= audio net
- HOMEPAGE= http://www.mt-daapd.org/
- # GPL APSL
- PERMIT_PACKAGE_CDROM= Yes
- WANTLIB += avahi-client avahi-common c gdbm id3tag>=3 pthread z
- MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mt-daapd/}
- LIB_DEPENDS= net/avahi \
- audio/libid3tag
- CONFIGURE_STYLE=gnu
- CONFIGURE_ARGS= --with-gdbm-includes=${LOCALBASE}/include \
- --with-gdbm-libs=${LOCALBASE}/lib \
- --enable-avahi
- pre-configure:
- ${SUBST_CMD} ${WRKSRC}/contrib/mt-daapd.conf
- post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mt-daapd
- ${INSTALL_DATA} ${WRKSRC}/contrib/mt-daapd.{conf,playlist,spec} \
- ${PREFIX}/share/examples/mt-daapd
- .include <bsd.port.mk>
|