aboutsummaryrefslogtreecommitdiff
path: root/audio/sidplay2/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-03-13 11:54:25 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-03-13 11:54:25 +0000
commite86b55727a088049f223a32d722fdaf57dbe2719 (patch)
tree13d0ad17d6169f92f62c4a5abed734772b1f3ab1 /audio/sidplay2/Makefile
parent4ff98799fdd3ca29df878fa31d0ad3c993279a11 (diff)
downloadports-e86b55727a088049f223a32d722fdaf57dbe2719.tar.gz
ports-e86b55727a088049f223a32d722fdaf57dbe2719.zip
For unmaintained ports in `audio' category, drop leading article from COMMENT
and perform other minor cleanups along the way, whenever noticed.
Notes
Notes: svn path=/head/; revision=314074
Diffstat (limited to 'audio/sidplay2/Makefile')
-rw-r--r--audio/sidplay2/Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/audio/sidplay2/Makefile b/audio/sidplay2/Makefile
index f1f2beab1ca6..8c0d9db8df96 100644
--- a/audio/sidplay2/Makefile
+++ b/audio/sidplay2/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: sidplay2
-# Date created: 09 June 2006
-# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
-#
+# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
# $FreeBSD$
-#
PORTNAME= sidplay2
PORTVERSION= 2.0.9
@@ -12,14 +8,14 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/sidplay-${PORTVERSION}
DISTNAME= sidplay-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-COMMENT= A player that plays Commodore SID music files using libsidplay2
+COMMENT= Commodore SID music player using libsidplay2
-LIB_DEPENDS= sidplay2.1:${PORTSDIR}/audio/libsidplay2
+LIB_DEPENDS= sidplay2:${PORTSDIR}/audio/libsidplay2
-MAN1= sidplay2.1
-PLIST_FILES= bin/sidplay2
+GNU_CONFIGURE= yes
USE_PKGCONFIG= yes
-GNU_CONFIGURE= yes
+MAN1= sidplay2.1
+PLIST_FILES= bin/sidplay2
.include <bsd.port.mk>