openbsd-ports/audio/sox/Makefile

17 lines
387 B
Makefile
Raw Normal View History

1999-09-06 14:26:36 -04:00
# $OpenBSD: Makefile,v 1.9 1999/09/06 18:26:36 brad 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
1999-08-17 21:54:51 -04:00
MASTER_SITES= http://home.sprynet.com/~cbagwell/
1998-10-06 20:17:39 -04:00
1999-06-03 16:42:39 -04:00
MAINTAINER= angelos@openbsd.org
1998-05-16 21:05:56 -04:00
MAKEFILE= Makefile.unx
1999-09-06 14:26:36 -04:00
MAKE_ENV= MISC_DEFINES='-Dunix ${CFLAGS}'
1998-05-16 21:05:56 -04:00
do-install:
1999-09-06 14:26:36 -04:00
${INSTALL_PROGRAM} ${WRKSRC}/sox ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/sox.1 ${PREFIX}/man/man1/sox.1
1998-05-16 21:05:56 -04:00
.include <bsd.port.mk>