diff options
author | danfe <danfe@FreeBSD.org> | 2013-03-13 19:54:25 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-03-13 19:54:25 +0800 |
commit | e68fb0f022849f5a9296efe7e0a15a0655277a55 (patch) | |
tree | 13d0ad17d6169f92f62c4a5abed734772b1f3ab1 /audio/sidplay2 | |
parent | fb9569a05844c6f9d4285d678446d5b14da11301 (diff) | |
download | freebsd-ports-gnome-e68fb0f022849f5a9296efe7e0a15a0655277a55.tar.gz freebsd-ports-gnome-e68fb0f022849f5a9296efe7e0a15a0655277a55.tar.zst freebsd-ports-gnome-e68fb0f022849f5a9296efe7e0a15a0655277a55.zip |
For unmaintained ports in `audio' category, drop leading article from COMMENT
and perform other minor cleanups along the way, whenever noticed.
Diffstat (limited to 'audio/sidplay2')
-rw-r--r-- | audio/sidplay2/Makefile | 16 |
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> |