mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
210097fabe
Unfetchable and abandoned upstream in 2003 Reference: https://www.nue.tu-berlin.de/menue/mitarbeiterinnen/ehemalige_mitarbeiterinnen/tilman_liebchen/lpac_lossless_audio_codec_for_windows_and_linux/ PR: 258641 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D32041
32 lines
688 B
Makefile
32 lines
688 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
|
|
PORTNAME= lpac
|
|
PORTVERSION= 1.40
|
|
CATEGORIES= audio linux
|
|
MASTER_SITES= ftp://chernabog.cc.vt.edu/pub2/freebsd/ports/distfiles/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Lossless audio codec
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
|
|
# Converted from NO_CDROM
|
|
LICENSE= LPAC
|
|
LICENSE_NAME= lpac
|
|
LICENSE_TEXT= No commercial use
|
|
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
|
|
|
BROKEN= Unfetchable
|
|
DEPRECATED= Abandoned upstream in 2003
|
|
EXPIRATION_DATE=2021-12-31
|
|
|
|
NO_BUILD= yes
|
|
USES= linux
|
|
PLIST_FILES= bin/lpac
|
|
|
|
do-install:
|
|
${BRANDELF} -t Linux ${WRKDIR}/lpac
|
|
${INSTALL_PROGRAM} ${WRKDIR}/lpac ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|