blob: cff621254388b7af2dca069746144f389ccfbda1 (
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
|
# New ports collection makefile for: linux-esound
# Date created: 01/09/18
# Whom: taoka@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= esound
CATEGORIES= audio linux
PORTVERSION= 0.2.35
PORTREVISION= 0
MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX}
MASTER_SITE_SUBDIR= 3/i386/os/Fedora/RPMS 3/SRPMS
.if defined(PACKAGE_BUILDING)
SRC_DISTFILES+= esound-${PORTVERSION}-2.src.rpm
ALWAYS_KEEP_DISTFILES= yes
.endif
MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT= RPM of esound
NOT_FOR_ARCHS= amd64
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libaudiofile.so.0:${PORTSDIR}/audio/linux-libaudiofile
RPM_SET= esound-${PORTVERSION}-2.${MACHINE_ARCH}.rpm
.include "../../x11-toolkits/linux-gtk/Makefile"
|