mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
47f9d8fd46
Update dependency to misc/e2fsprogs-libuuid Bump PORTREVISION * misc/e2fsprogs-libuuid Add new port: UUID library from the e2fsprogs package * misc/Makefile Add entry to misc/e2fsprogs-libuuid * misc/ossp-uuid Add CONFLICTS to misc/e2fsprogs-libuuid * sysutils/e2fsprogs Change to a master port Remove conflict with misc/ossp-uuid Remove uuid part Bump PORTREVISION PR: 92356 Submitted by: Matthias Andree <matthias.andree@gmx.de>
45 lines
1.2 KiB
Makefile
45 lines
1.2 KiB
Makefile
# New ports collection makefile for: upnp
|
|
# Date created: 02 August 2002
|
|
# Whom: Yen-Ming Lee <leeym@leeym.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= upnp
|
|
PORTVERSION= 1.0.4
|
|
PORTREVISION= 2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= ${PORTNAME}sdk-${PORTVERSION}
|
|
|
|
MAINTAINER= leeym@FreeBSD.org
|
|
COMMENT= Universal Plug and Play Software Development Kit
|
|
|
|
LIB_DEPENDS= uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid
|
|
|
|
CONFLICTS= upnp-1.[^0].*
|
|
LATEST_LINK= upnp104
|
|
|
|
USE_GMAKE= yes
|
|
MAKEFILE= makefile
|
|
MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS}
|
|
NOT_FOR_ARCHS= sparc64
|
|
INSTALLS_SHLIB= yes
|
|
|
|
post-patch:
|
|
@cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,MAKE = make,MAKE = ${GMAKE},' \
|
|
src/genlib/makefile src/makefile
|
|
@cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' \
|
|
src/inc/genlib/client_table/client_table.h \
|
|
src/inc/genlib/http_client/http_client.h \
|
|
src/inc/genlib/service_table/service_table.h \
|
|
src/inc/genlib/timer_thread/timer_thread.h \
|
|
src/upnpdom/domCif.cpp
|
|
@cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,MSG_NOSIGNAL,0,' \
|
|
src/genlib/http_client/http_client.c \
|
|
src/genlib/net/http/readwrite.cpp
|
|
|
|
.include <bsd.port.mk>
|