1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/audio/linux-c7-sdl_mixer/Makefile
2021-04-06 16:31:07 +02:00

28 lines
615 B
Makefile

# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
PORTNAME= sdl_mixer
PORTVERSION= 1.2.12
DISTVERSIONSUFFIX= -4.el7
PORTREVISION= 1
CATEGORIES= audio linux
MASTER_SITES= EPEL7/s
DISTNAME= SDL_mixer-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Sample multi-channel audio mixer library (Linux CentOS ${LINUX_DIST_VER})
ONLY_FOR_ARCHS= amd64
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= sdl12
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/SDL_mixer-${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>