mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
16ee20acd0
1.2.3 has minor fixes in split, cat, md5 modes.
26 lines
535 B
Makefile
26 lines
535 B
Makefile
# New ports collection makefile for: shntool
|
|
# Date created: 2 November 2000
|
|
# Whom: Bill Fenner <fenner@FreeBSD.Org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= shntool
|
|
PORTVERSION= 1.2.3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.etree.org/shnutils/shntool/source/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= fenner
|
|
|
|
MAINTAINER= fenner@FreeBSD.Org
|
|
COMMENT= Multi-purpose .wav/.shn processing utility
|
|
|
|
RUN_DEPENDS= shorten:${PORTSDIR}/audio/shorten
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= shntool.1
|
|
|
|
.include <bsd.port.mk>
|