blob: 21b4fa4df0cdd26ff4513e0485d3a3f4950f74ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: linux-libaudiofile
# Date created: 01/09/18
# Whom: taoka@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= libaudiofile
PORTVERSION= 0.1.11
PORTREVISION= 1
CATEGORIES= audio linux
MAINTAINER= taoka@FreeBSD.org
COMMENT= RPM of audiofile
RPM_SET= audiofile-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
.include "../../x11-toolkits/linux-gtk/Makefile"
|