aboutsummaryrefslogtreecommitdiff
path: root/devel/upnp/Makefile
blob: 5e7bc0c5a2ae1a71228163de39defb111d085baa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# New ports collection makefile for:	upnp
# Date created:				02 August 2002
# Whom:	      				Yen-Ming Lee <leeym@leeym.com>
#
# $FreeBSD$
#

PORTNAME=	upnp
PORTVERSION=	1.4.1
PORTEPOCH=	1
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	pupnp
DISTNAME=	lib${PORTNAME}-${PORTVERSION}

MAINTAINER=	babak@farrokhi.net
COMMENT=	Universal Plug and Play Software Development Kit

CONFLICTS=	upnp-1.0.*

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
BROKEN=		Does not compile on FreeBSD 4.X
.endif

NOT_FOR_ARCH=	amd64 sparc64
GNU_CONFIGURE=	yes
USE_DOS2UNIX=	yes
MAKE_ENV=	PTHREAD_LIBS=${PTHREAD_LIBS}
NOT_FOR_ARCHS=	sparc64
USE_LDCONFIG=	yes
CONFIGURE_ENV+=	LIBS="-llwres -lcompat"

.if defined(NOPORTDOCS)
CONFIGURE_ARGS=	--without-docdir
.else
CONFIGURE_ARGS=	--with-docdir=${DOCSDIR}
.endif

post-patch:
	${FIND} ${WRKSRC} -type f | \
		${XARGS} ${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,'
	${REINPLACE_CMD} -Ee 's,^(pkgconfigexecdir = ).*,\1${PREFIX}/libdata/pkgconfig,' \
		${WRKSRC}/Makefile.in

.include <bsd.port.post.mk>