freebsd-ports/multimedia/schroedinger/Makefile
Jason E. Hale 7ef716f557 - Prevent linking to -lpthread directly
- Remove LICENSE_FILE_GPLv2 and LICENSE_FILE_LGPL20 since these licenses
  are in Templates/Licenses
- Bump PORTREVISION since installed files will be affected
- Trim Makefile header

PR:		ports/170509
Submitted by:	myself
Approved by:	maintainer timeout (5 weeks)
		makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-16 09:28:20 +00:00

30 lines
758 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= schroedinger
PORTVERSION= 1.0.11
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://diracvideo.org/download/schroedinger/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mm@FreeBSD.org
COMMENT= High-speed Dirac codec
LICENSE= GPLv2 LGPL20 MIT MPL
LICENSE_COMB= dual
LICENSE_FILE_MIT= ${WRKSRC}/COPYING.MIT
LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL
LIB_DEPENDS= orc-0.4:${PORTSDIR}/devel/orc
BUILD_DEPENDS= orc>=0.4.16:${PORTSDIR}/devel/orc
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
post-patch:
@${REINPLACE_CMD} -e 's|^pkgconfigdir=.*|pkgconfigdir="\\$${prefix}/libdata/pkgconfig"|' \
-e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
.include <bsd.port.mk>