aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/fuse-utils/Makefile
blob: d14a8e3d1ef9439948f359b5e56c05ac04e7c972 (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
# Created by: rene
# $FreeBSD$

PORTNAME=   fuse-utils
PORTVERSION=    1.1.1
PORTREVISION=   3
CATEGORIES= emulators
MASTER_SITES=   SF/fuse-emulator/${PORTNAME}/${PORTVERSION}

MAINTAINER= rene@FreeBSD.org
COMMENT=    Utilities from the Free Unix Spectrum Emulator

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

USES=       pkgconfig

LIB_DEPENDS=    libspectrum.so:${PORTSDIR}/emulators/libspectrum
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-libspectrum-prefix=${LOCALBASE} \
        --with-local-prefix=${LOCALBASE}

OPTIONS_DEFINE= AUDIOTOOLS DOCS
OPTIONS_DEFAULT=    AUDIOTOOLS

AUDIOTOOLS_DESC=    Build audio <-> tape utilities

OPTIONS_SUB=    yes

AUDIOTOOLS_CONFIGURE_WITH=  audiofile
AUDIOTOOLS_LIB_DEPENDS=     libaudiofile.so:${PORTSDIR}/audio/libaudiofile

# FIXME no way to specify ffmpeg1 paths to configure script
#FFMPEG_LIB_DEPENDS=    libavformat1.so:${PORTSDIR}/multimedia/ffmpeg1
#FFMPEG_CONFIGURE_WITH= ffmpeg

post-install:
    ${MKDIR} ${STAGEDIR}${DOCSDIR}
    cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS ChangeLog README ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>