summaryrefslogtreecommitdiff
path: root/audio/libsidplay/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/libsidplay/Makefile
parentDo not removed directories not owned by the port (diff)
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/libsidplay/Makefile')
-rw-r--r--audio/libsidplay/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile
index 46a72fd8efce..3945f94cc986 100644
--- a/audio/libsidplay/Makefile
+++ b/audio/libsidplay/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libsidplay
-# Date created: 31 October 1996
-# Whom: Stefan Zehl <sec@42.org>
-#
+# Created by: Stefan Zehl <sec@42.org>
# $FreeBSD$
-#
PORTNAME= libsidplay
PORTVERSION= 1.36.59
@@ -12,15 +8,15 @@ MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-COMMENT= A Commodore SID-chip emulator library to play SID music files
+COMMENT= Commodore SID-chip emulator library to play SID music files
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
-.if (${ARCH} == i386)
-CONFIGURE_ARGS+= --enable-optendian --enable-optfixpoint
+.if ${ARCH} == "i386"
+CONFIGURE_ARGS= --enable-optendian --enable-optfixpoint
.endif
.include <bsd.port.post.mk>