diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-01 23:16:27 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-01 23:16:27 +0800 |
commit | 33247f8627dc97a08c73196f8baf13f76c3ebee0 (patch) | |
tree | 26f5c09c96db445280ba457125b9bf1fa0c61650 /audio/libaudiofile/Makefile | |
parent | 706d41fb8180fc2561e0f05dbf906b97d7d75a58 (diff) | |
download | marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.gz marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.bz2 marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.lz marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.xz marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.zst marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.zip |
Not complete yet.
Trim header, remove leading "A" from comments.
Convert:
USE_GNOME=pkgconfig -> USE_PKGCONFIG=build
USE_GNOME=gnomehack -> USES=pathfix
Do some maintaince where needed, and let there be breakage! [1]
[1] But since nobody (can't) use(s) SVN yet to build this isn't a issue :)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17271 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/libaudiofile/Makefile')
-rw-r--r-- | audio/libaudiofile/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index ab8f20bf8..2e8d9ccf7 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: libaudiofile -# Date created: 22 Dec 1998 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> -# +# Created by: Vanilla I. Shu <vanilla@FreeBSD.org> # $FreeBSD$ # $MCom$ -# PORTNAME= libaudiofile PORTVERSION= 0.3.2 @@ -14,13 +10,14 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME:S/lib//}/${PORTVERSION:C/^([0-9]+\.[0-9]+ DISTNAME= audiofile-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -COMMENT= A sound library for SGI audio file +COMMENT= Sound library for SGI audio file CONFLICTS= osalp-0.7.* USE_XZ= yes USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack pkgconfig +USES= pathfix +USE_PKGCONFIG= build USE_LDCONFIG= yes GNU_CONFIGURE= yes |