pkgsrc/audio/shorten/Makefile
tnn 2fc817020e Update to shorten-3.6.1. The only changes from 3.6.0 are win32-related.
pkgsrc changes however:
- fix LICENSE
- DESTDIR support
2008-01-08 03:07:45 +00:00

23 lines
618 B
Makefile

# $NetBSD: Makefile,v 1.12 2008/01/08 03:07:45 tnn Exp $
#
DISTNAME= shorten-3.6.1
CATEGORIES= audio archivers
MASTER_SITES= http://www.etree.org/shnutils/shorten/dist/src/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.etree.org/shnutils/shorten/
COMMENT= Lossless audio compressor
LICENSE= shorten-license
GNU_CONFIGURE= YES
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS+= share/doc/shorten
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/tr156.tex ${DESTDIR}${PREFIX}/share/doc/shorten
${INSTALL_DATA} ${WRKSRC}/doc/tr156.ps ${DESTDIR}${PREFIX}/share/doc/shorten
.include "../../mk/bsd.pkg.mk"