54a0b86543
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.
32 lines
673 B
Makefile
32 lines
673 B
Makefile
# New ports collection makefile for: xdvshow
|
|
# Date created: 2003/05/13
|
|
# Whom: simokawa@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xdvshow
|
|
PORTVERSION= 00.2003.09.03
|
|
PORTREVISION= 2
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://www.sfc.wide.ad.jp/DVTS/software/xdvshow/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= simokawa@FreeBSD.org
|
|
COMMENT= DV/RTP viewer
|
|
|
|
LIB_DEPENDS= dv.4:${PORTSDIR}/multimedia/libdv
|
|
|
|
PLIST_FILES= bin/xdvshow
|
|
GNU_CONFIGURE= YES
|
|
USE_AUTOTOOLS= autoconf:253
|
|
|
|
USE_REINPLACE= YES
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} \
|
|
-e "s|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|g" \
|
|
-e "s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g" \
|
|
${WRKSRC}/configure.in
|
|
|
|
.include <bsd.port.mk>
|