mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
5c64c97799
Submitted by: HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp> Obtained from: ports-jp mailing list Reviewed by: knu
25 lines
508 B
Makefile
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>
|