mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
20 lines
414 B
Makefile
20 lines
414 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kexis
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/${PORTNAME}/Kexis/${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Lossless WAV file compressor
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
PLIST_FILES= bin/kexis
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/kexis ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|