675401b768
PR: ports/73510 Submitted by: Narayan Newton <narayannewton@gmail.com> (maintainer)
24 lines
578 B
Makefile
24 lines
578 B
Makefile
# 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
|
|
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
|
|
|
|
USE_INC_LIBTOOL_VER= 15
|
|
USE_GMAKE= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
.include <bsd.port.mk>
|