freebsd-ports/multimedia/libdvbpsi/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

29 lines
708 B
Makefile

# ex:ts=8
# Ports collection makefile for: libdvbpsi
# Date created: Aug 8, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libdvbpsi
PORTVERSION= 0.1.5
CATEGORIES= multimedia
MASTER_SITES= http://download.videolan.org/pub/videolan/libdvbpsi/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTVERSION}
DISTNAME= ${PORTNAME}4-${PORTVERSION}
MAINTAINER= ahze@FreeBSD.org
COMMENT= A library for MPEG TS and DVB PSI tables decoding and generation
USE_REINPLACE= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-release
INSTALLS_SHLIB= yes
post-patch:
@${REINPLACE_CMD} -e 's|-Wall|$${CFLAGS}|g ; \
s|-O6||g' ${WRKSRC}/configure
.include <bsd.port.mk>