openbsd-ports/audio/mt-daapd/Makefile
espie 2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00

38 lines
868 B
Makefile

# $OpenBSD: Makefile,v 1.14 2010/11/15 00:22:47 espie Exp $
COMMENT= multi-threaded DAAP server
DISTNAME= mt-daapd-0.2.4.2
REVISION= 3
CATEGORIES= audio net
HOMEPAGE= http://www.mt-daapd.org/
# GPL APSL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= 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>