mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
8503536d38
Approved by: portmgr (kris)
29 lines
667 B
Makefile
29 lines
667 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
|
|
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
|
|
|
|
PLIST_FILES= lib/xmms/General/libweasel.la \
|
|
lib/xmms/General/libweasel.so
|
|
|
|
.include <bsd.port.mk>
|