mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
22 lines
472 B
Makefile
22 lines
472 B
Makefile
# 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>
|