blob: eaf17343d15de80b8aac4754dfa89060f6c544c2 (
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
|
# 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
PORTREVISION= 1
CATEGORIES= audio linux
DISTNAME= ${PORTNAME}-${PORTVERSION}-34
MAINTAINER= mva@FreeBSD.org
COMMENT= MikMod Sound Library (Linux version)
CONFLICTS= linux-f8-mikmod-[0-9]*
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>
|