openbsd-ports/audio/tosha/Makefile

18 lines
447 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 1999/09/26 21:09:50 espie Exp $
1998-05-20 21:18:13 -04:00
DISTNAME= tosha-0.6
1998-05-20 21:18:13 -04:00
CATEGORIES= audio
1999-08-16 23:09:23 -04:00
MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/audio/
1998-05-20 21:18:13 -04:00
MAINTAINER= angelos@openbsd.org
post-install:
@if [ -e /etc/tosharc ] ; then \
${ECHO} "===> You might wish to update /etc/tosharc"; \
${ECHO} "===> check ${PREFIX}/lib/tosha/tosharc.sample"; \
else \
cp ${PREFIX}/lib/tosha/tosharc.sample /etc/tosharc; \
fi
1998-05-20 21:18:13 -04:00
.include <bsd.port.mk>