blob: 9c9f655c13349fc6ec5a4b23cb5081772cf3a676 (
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
25
26
27
28
29
30
31
32
|
# New ports collection makefile for: xmms-weasel
# Date created: 4 April 2004
# Whom: Narayan Newton <narayan_newton@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= xmms-weasel
PORTVERSION= 0.0.1
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= narayannewton@gmail.com
COMMENT= A XMMS plugin to hide the player
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_LDCONFIG= yes
PLIST_FILES= lib/xmms/General/libweasel.la \
lib/xmms/General/libweasel.so
post-patch:
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure
.include <bsd.port.mk>
|