View | Details | Raw Unified | Return to bug 115892
Collapse All | Expand All

(-)boodler-1.5.3_2/Makefile (-4 / +7 lines)
Lines 7-16 Link Here
7
7
8
PORTNAME=	boodler
8
PORTNAME=	boodler
9
PORTVERSION=	1.5.3
9
PORTVERSION=	1.5.3
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	audio
11
CATEGORIES=	audio
12
MASTER_SITES=	http://www.eblong.com/zarf/boodler/ \
12
MASTER_SITES=	http://www.eblong.com/zarf/boodler/
13
		http://s89813419.onlinehome.us/
14
DISTFILES=	boodler-153.tar.gz boodler-snd-021902.tar.gz
13
DISTFILES=	boodler-153.tar.gz boodler-snd-021902.tar.gz
15
14
16
MAINTAINER=	daniel+boodler@pelleg.org
15
MAINTAINER=	daniel+boodler@pelleg.org
Lines 23-29 Link Here
23
DRIVER?=	oss
22
DRIVER?=	oss
24
WRKSRC=		${WRKDIR}/${PORTNAME}
23
WRKSRC=		${WRKDIR}/${PORTNAME}
25
BHOME=		${PREFIX}/share/boodler
24
BHOME=		${PREFIX}/share/boodler
26
INSTALLS_SHLIB=	yes
25
USE_LDCONFIG=	yes
27
LDCONFIG_DIRS=	%%PREFIX%%/share/boodler/boodle
26
LDCONFIG_DIRS=	%%PREFIX%%/share/boodler/boodle
28
27
29
pre-everything::
28
pre-everything::
Lines 55-60 Link Here
55
54
56
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
55
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
57
PIC=	--PIC
56
PIC=	--PIC
57
.endif
58
59
.if ${ARCH} == "sparc64"
60
BROKEN=		does not compile on sparc64
58
.endif
61
.endif
59
62
60
post-patch:
63
post-patch:

Return to bug 115892