41cec8de45
freebsd.org distfile cache, put it in ${MASTER_SITE_LOCAL} until shnutils.freeshell.org comes back. Noticed by: Trevor Johnson <trevor@jpj.net>
26 lines
504 B
Makefile
26 lines
504 B
Makefile
# New ports collection makefile for: shntool
|
|
# Date created: 2 November 2000
|
|
# Whom: Bill Fenner <fenner@FreeBSD.Org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= shntool
|
|
PORTVERSION= 1.01
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
RUN_DEPENDS= shorten:${PORTSDIR}/audio/shorten
|
|
|
|
MAN1= shntool.1
|
|
|
|
.include <bsd.port.mk>
|