mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
58fbb6152c
PR: ports/111649, ports/111664, ports/111673, ports/111674, ports/111695 Submitted by: edwin
24 lines
449 B
Makefile
24 lines
449 B
Makefile
# New ports collection makefile for: kexis
|
|
# Date created: 22 July 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kexis
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= Lossless WAV file compressor
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
PLIST_FILES= bin/kexis
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/kexis ${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|