2007-06-03 03:04:00 +02:00
|
|
|
# New ports collection makefile for: linux-mikmod
|
|
|
|
# Date created: 25 May 2007
|
|
|
|
# Whom: Marcus von Appen <mva@sysfault.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mikmod
|
|
|
|
DISTVERSION= 3.1.6
|
2009-06-02 23:15:40 +02:00
|
|
|
PORTREVISION= 2
|
2007-06-03 03:04:00 +02:00
|
|
|
CATEGORIES= audio linux
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-34
|
|
|
|
|
2009-02-19 22:45:43 +01:00
|
|
|
MAINTAINER= mva@FreeBSD.org
|
2007-06-03 03:04:00 +02:00
|
|
|
COMMENT= MikMod Sound Library (Linux version)
|
|
|
|
|
2009-06-02 23:15:40 +02:00
|
|
|
CONFLICTS= linux-f8-mikmod-[0-9]* linux-f10-mikmod-[0-9]*
|
2009-04-01 12:10:16 +02:00
|
|
|
|
2007-06-03 03:04:00 +02:00
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
USE_LINUX_RPM= yes
|
|
|
|
LINUX_DIST_VER= 4
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
AUTOMATIC_PLIST=yes
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
BRANDELF_DIRS= usr/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|