mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
c53259b5f2
- reformatted DESCR - removed manpage compression from tosha's Makefile and added manpages in the ports Makefile (MAN1) so that the port is now aware of NOMANCOMPRESS PR: Reviewed by: Submitted by: Obtained from:
18 lines
428 B
Makefile
18 lines
428 B
Makefile
# New ports collection makefile for: tosha
|
|
# Version required: 0.05
|
|
# Date created: 21 May 1997
|
|
# Whom: Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1997/05/25 08:41:41 andreas Exp $
|
|
#
|
|
|
|
DISTNAME= tosha-0.05
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/audio/
|
|
|
|
MAINTAINER= oliver.fromme@heim3.tu-clausthal.de
|
|
|
|
MAN1= pcmfade.1 pcmplay.1 tosha.1
|
|
|
|
.include <bsd.port.mk>
|