1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/graphics/xine_d4d_plugin/Makefile
MANTANI Nobutaka 5c64c97799 Add xine_d4d_plugin, a DVD input plugin for xine.
Submitted by:  HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp>
Obtained from: ports-jp mailing list
Reviewed by:   knu
2001-11-30 20:19:16 +00:00

25 lines
508 B
Makefile

# New ports collection makefile for: xine_d4d_plugin
# Date created: 28 Aug 2001
# Whom: HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp>
#
# $FreeBSD$
#
PORTNAME= xine_d4d_plugin
PORTVERSION= 0.3.0
CATEGORIES= graphics
MASTER_SITES= http://www.geocities.com/captain_css/
MAINTAINER= gibbon@cocoa.freemail.ne.jp
LIB_DEPENDS= xine.5:${PORTSDIR}/graphics/libxine
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>