mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
2572134d89
PR: ports/66093 Submitted by: maintainer
36 lines
785 B
Makefile
36 lines
785 B
Makefile
# New ports collection makefile for: libopendaap
|
|
# Date created: 2004-03-10
|
|
# Whom: Michael Johnson <ahze@ahze.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libopendaap
|
|
PORTVERSION= 0.2.0
|
|
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
|
|
|
|
SHLIB_VER= 1
|
|
USE_BZIP2= yes
|
|
USE_REINPLACE= yes
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
|
USE_LIBTOOL_VER=15
|
|
USE_GCC= 3.3
|
|
PLIST_SUB= SHLIB_VER="${SHLIB_VER}"
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}"
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \
|
|
${WRKSRC}/Makefile.am \
|
|
${WRKSRC}/Makefile.in
|
|
@${REINPLACE_CMD} -e 's|%%SHLIB_VER%%|.${SHLIB_VER}|' \
|
|
${WRKSRC}/ltmain.sh
|
|
|
|
.include <bsd.port.mk>
|