freebsd-ports/graphics/libdivxdecore-devel/Makefile
Mario Sergio Fujikawa Ferreira 7b27dc6d8a Initial import
OpenDivX decoding engine from Project Mayo

Initial library numbering 0 (distfile numbering)

PR:	25036
2001-02-12 21:16:50 +00:00

26 lines
550 B
Makefile

# New ports collection makefile for: libdivxdecore
# Date created: 03 Feb 20001
# Whom: Mario S F Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libdivxdecore
PORTVERSION= 0.4.7
CATEGORIES= graphics
MASTER_SITES= http://download.projectmayo.com/dnload/divx4linux/xmps/
MAINTAINER= lioux@FreeBSD.org
GNU_CONFIGURE= yes
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>