openbsd-ports/audio/sox/Makefile

19 lines
419 B
Makefile
Raw Normal View History

1999-03-22 12:51:34 -05:00
# $OpenBSD: Makefile,v 1.4 1999/03/22 17:51:34 espie Exp $
1998-05-16 21:05:56 -04:00
1999-03-21 20:27:06 -05:00
DISTNAME= sox-12.15
1998-05-16 21:05:56 -04:00
CATEGORIES= audio
MAINTAINER= angelos@openbsd.org
1999-03-21 20:27:06 -05:00
MASTER_SITES= http://metalab.unc.edu/pub/Linux/apps/sound/convert/ \
http://home.sprynet.com/~cbagwell/
1998-10-06 20:17:39 -04:00
1998-05-16 21:05:56 -04:00
MAKEFILE= Makefile.unx
MAN1= sox.1
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/sox ${PREFIX}/bin
1999-03-22 12:51:34 -05:00
@${INSTALL_MAN} ${WRKSRC}/sox.1 ${PREFIX}/man/man1/sox.1
1998-05-16 21:05:56 -04:00
.include <bsd.port.mk>