aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmp/Makefile
blob: 522d1fc19fe3c992c5ab6bde6425909ab36ca3a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# New ports collection makefile for:    xmp
# Date created:     18 September 1999
# Whom:         Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#

PORTNAME=   xmp
PORTVERSION=    2.0.4
CATEGORIES= audio
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org

PORTCOMMENT=    A player for many different Amiga and PC module formats

USE_REINPLACE=  yes
USE_BZIP2=  yes
USE_XLIB=   yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-alsa
CONFIGURE_ENV=  LIBS="-L${LOCALBASE}/lib" CFLAGS="-I${LOCALBASE}/include"
USE_AUTOCONF=   yes
USE_GNOMENG=    yes
WANT_GNOME= yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} > 500013 || ${MACHINE_ARCH} == "alpha"
USE_GNOME+= esound
CONFIGURE_ARGS+=    --disable-oss --enable-esd
PKGNAMESUFFIX=  -esound
.elif ${HAVE_GNOME:Mesound}!=""
USE_GNOME+= esound
CONFIGURE_ARGS+=    --enable-esd
PKGNAMESUFFIX=  -esound
.endif

MAN1=       xmp.1
MLINKS=     xmp.1 xxmp.1

post-patch:
    @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/docs/xmp.1

.include <bsd.port.post.mk>