freebsd-ports/multimedia/libdivxdecore/Makefile
Mario Sergio Fujikawa Ferreira cac187fddf Mark as ONLY_FOR_ARCHS=i386. These libraries make too many assumptions
about the architecture, e.g., endianess.
2002-12-21 16:04:20 +00:00

26 lines
553 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
CATEGORIES= multimedia
MASTER_SITES= http://download.projectmayo.com/dnload/divx4linux/xmps/
MAINTAINER= lioux@FreeBSD.org
ONLY_FOR_ARCHS= i386
USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
PLIST_SUB= LIB_VERSION="${LIB_VERSION}"
LIB_VERSION= 0
post-install:
@${LN} -sf ${PORTNAME}.so ${PREFIX}/lib/${PORTNAME}.so.${LIB_VERSION}
.include <bsd.port.mk>