freebsd-ports/net/liveMedia/Makefile
Mark Linimon 45cb752a04 Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.

While here, alphabetize ARCHs, pet portlint, and modernize usages.

Approved by:	portmgr (tier-2 blanket)
2017-06-25 00:29:09 +00:00

48 lines
904 B
Makefile

# Created by: nork@FreeBSD.org
# $FreeBSD$
PORTNAME= liveMedia
PORTVERSION= 2017.01.26
PORTEPOCH= 2
CATEGORIES= net devel
MASTER_SITES= http://www.live555.com/liveMedia/public/ \
https://download.videolan.org/contrib/live555/
DISTNAME= live.${PORTVERSION}
MAINTAINER= multimedia@FreeBSD.org
COMMENT= LIVE.COM Streaming Media
LICENSE= LGPL21
NO_CDROM= 'dated material'
BROKEN_sparc64= Fails to compile
WRKSRC= ${WRKDIR}/live
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= genMakefiles
CONFIGURE_ARGS= fixed-freebsd
USES= gmake
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
CFLAGS+= -fPIC
.else
CFLAGS+= -fpic
.endif
post-extract:
${CP} ${FILESDIR}/config.fixed-freebsd ${WRKSRC}
.if ${PREFIX} != "/usr/local"
post-configure:
${REINPLACE_CMD} -e 's,^PREFIX = /usr/local,PREFIX = "${PREFIX}",' \
${WRKSRC}/Makefile ${WRKSRC}/*/Makefile
.endif
.include <bsd.port.post.mk>