9210b7cb07
Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
33 lines
771 B
Makefile
33 lines
771 B
Makefile
# New ports collection makefile for: xmps-opendivx-plugin
|
|
# Date created: 03 Feb 20001
|
|
# Whom: Mario S F Ferreira <lioux@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmps-opendivx-plugin
|
|
PORTVERSION= 0.0.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://download.projectmayo.com/dnload/divx4linux/xmps/
|
|
|
|
MAINTAINER= lioux@FreeBSD.org
|
|
|
|
LIB_DEPENDS= divxdecore.0:${PORTSDIR}/graphics/libdivxdecore \
|
|
xmps.0:${PORTSDIR}/graphics/xmps \
|
|
intl.1:${PORTSDIR}/devel/gettext-old
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-0.0.2
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_GTK= yes
|
|
USE_X_PREFIX= yes
|
|
INSTALLS_SHLIB= yes
|
|
PLIST_SUB= LIB_VERSION="${LIB_VERSION}"
|
|
|
|
LIB_VERSION= 0
|
|
|
|
post-install:
|
|
@${LN} -sf libopendivx.so ${PREFIX}/lib/xmps/codecs/video/libopendivx.so.${LIB_VERSION}
|
|
|
|
.include <bsd.port.mk>
|