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.
30 lines
666 B
Makefile
30 lines
666 B
Makefile
# New ports collection makefile for: libdivxdecore
|
|
# Date created: 03 Feb 2001
|
|
# Whom: Mario S F Ferreira <lioux@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libdivxdecore
|
|
PORTVERSION= 0.4.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://download.projectmayo.com/dnload/divx4linux/xmps/
|
|
|
|
MAINTAINER= lioux@FreeBSD.org
|
|
COMMENT= OpenDivX decoding engine from Project Mayo
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:13:inc
|
|
INSTALLS_SHLIB= yes
|
|
PLIST_SUB= LIB_VERSION="${LIB_VERSION}"
|
|
|
|
CONFLICTS= ${PORTNAME}-devel-*
|
|
|
|
LIB_VERSION= 0
|
|
|
|
post-install:
|
|
@${LN} -sf ${PORTNAME}.so ${PREFIX}/lib/${PORTNAME}.so.${LIB_VERSION}
|
|
|
|
.include <bsd.port.mk>
|