34 lines
729 B
Makefile
34 lines
729 B
Makefile
# New ports collection makefile for: libopendaap
|
|
# Date created: 2004-03-10
|
|
# Whom: Michael Johnson <ahze@ahze.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libopendaap
|
|
PORTVERSION= 0.1.3
|
|
CATEGORIES= devel net
|
|
MASTER_SITES= http://crazney.net/programs/itunes/files/
|
|
|
|
MAINTAINER= ahze@ahze.net
|
|
COMMENT= C lib used to connect to iTunes(R) music shares
|
|
|
|
USE_BZIP2= yes
|
|
USE_REINPLACE= yes
|
|
USE_GNOME= gnomehack pkgconfig lthack
|
|
USE_LIBTOOL_VER=13
|
|
USE_GCC= 3.3
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}"
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
pre-everything::
|
|
@${ECHO_MSG} "This version does NOT work with iTunes 4.5"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \
|
|
${WRKSRC}/Makefile.am \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|