1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/audio/xmms-arts_output/Makefile
Carlo Strub 344b32ccd9 - Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
2012-08-02 09:02:43 +00:00

33 lines
741 B
Makefile

# New ports collection makefile for: xmms-arts_output
# Date created: 12 Nov 2003
# Whom: Max Khon <fjoe@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAMEPREFIX= xmms-
PORTNAME= arts_output
PORTVERSION= 0.7.1
PORTREVISION= 10
CATEGORIES= audio
MASTER_SITES= http://havardk.xmms.org/plugins/arts_output/
MAINTAINER= fjoe@FreeBSD.org
COMMENT= aRts output plugin for XMMS
DEPRECATED= Outdated and distfile no longer available
EXPIRATION_DATE=2012-07-01
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \
artsc.0:${PORTSDIR}/audio/arts
USE_GNOME= gtk12
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
PLIST_FILES= lib/xmms/Output/libarts.a \
lib/xmms/Output/libarts.la \
lib/xmms/Output/libarts.so \
bin/xmms-arts-helper
.include <bsd.port.mk>