blob: f9cb59938c5d5fce27b619eb35c8947fdae45060 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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.0:${PORTSDIR}/graphics/libxine
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|