mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
6d8851f7ea
PR: 225540 Reported by: dbn
20 lines
414 B
Makefile
20 lines
414 B
Makefile
# Created by: Johannes Meixner <johannes@perceivon.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libmikmod
|
|
PORTVERSION= 3.2.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= audio linux
|
|
MASTER_SITES= EPEL/l
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= MikMod Sound Library (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
RPMVERSION= 10.beta2.el6
|
|
USES= linux:c6
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
|
|
.include <bsd.port.mk>
|