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/libsidplay | |
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/libsidplay')
-rw-r--r-- | audio/libsidplay/Makefile | 12 |
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> |