mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
4b6adb56f6
- Removing trailing slashes from MASTER_SITE_SUBDIR - Removing doubled slashes in URL - Adding %2F at start of absolute pathnames (see RFC1738)
19 lines
413 B
Makefile
19 lines
413 B
Makefile
# New ports collection makefile for: splay
|
|
# Version required: 0.3
|
|
# Date created: 1 Apr 1997
|
|
# Whom: junker@jazz.snu.ac.kr
|
|
#
|
|
# $Id: Makefile,v 1.4 1997/08/09 23:37:33 fenner Exp $
|
|
#
|
|
|
|
DISTNAME= splay-0.5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= apps/sound/players
|
|
|
|
MAINTAINER= junker@jazz.snu.ac.kr
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|