blob: 3ec11cf956c4d55641b41072cc7f35bcc8b50a5a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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>
|