2004-05-06 11:01:36 +02:00
|
|
|
# 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
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2004-05-06 11:01:36 +02:00
|
|
|
CATEGORIES= multimedia
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2004-11-04 13:52:56 +01:00
|
|
|
MAINTAINER= narayannewton@gmail.com
|
2004-05-06 11:01:36 +02:00
|
|
|
COMMENT= A XMMS plugin to hide the player
|
|
|
|
|
|
|
|
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
|
|
|
|
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
|
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-05-06 11:01:36 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
PLIST_FILES= lib/xmms/General/libweasel.la \
|
|
|
|
lib/xmms/General/libweasel.so
|
|
|
|
|
2004-05-06 11:01:36 +02:00
|
|
|
.include <bsd.port.mk>
|