mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
27 lines
557 B
Makefile
27 lines
557 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.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://shnutils.freeshell.org/shntool/source/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= fenner
|
|
EXTRACT_SUFX= .tar.gz
|
|
|
|
MAINTAINER= fenner@FreeBSD.Org
|
|
COMMENT= Multi-purpose .wav/.shn processing utility
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
RUN_DEPENDS= shorten:${PORTSDIR}/audio/shorten
|
|
|
|
MAN1= shntool.1
|
|
|
|
.include <bsd.port.mk>
|