freebsd-ports/audio/splay/Makefile
SADA Kenji 44f3d159c3 Change of MASTER_SITES and MAINTAINER .
PR:		ports/13512
Submitted by:	CHOI Junho <cjh@kr.FreeBSD.org>
1999-09-03 18:35:03 +00:00

22 lines
488 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= 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>