blob: dfe3f2709e207f40f5bf5fac89a48a68a9af7908 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: splay
# Date created: 1 Apr 1997
# Whom: junker@jazz.snu.ac.kr
#
# $FreeBSD$
#
# pthread library can be used, but sound quality is buggy
#
PORTNAME= splay
PORTVERSION= 0.8.2
CATEGORIES= audio
MASTER_SITES= ftp://ftp.kr.FreeBSD.org/pub/FreeBSD-kr/distfiles/
MAINTAINER= cjh@kr.freebsd.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-xsplay --without-pthread
MAN1= splay.1
.include <bsd.port.mk>
|