1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/audio/splay/Makefile
1999-08-25 04:36:31 +00:00

22 lines
472 B
Makefile

# New ports collection makefile for: splay
# Version required: 0.8.2
# Date created: 1 Apr 1997
# Whom: junker@jazz.snu.ac.kr
#
# $FreeBSD$
#
# pthread library can be used, but sound quality is buggy
#
DISTNAME= splay-0.8.2
CATEGORIES= audio
MASTER_SITES= http://cain.kaist.ac.kr/~jwj95/
MAINTAINER= junker@jazz.snu.ac.kr
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-xsplay --without-pthread
MAN1= splay.1
.include <bsd.port.mk>