mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
a982e2cbd7
response to email. Hat: portmgr
24 lines
477 B
Makefile
24 lines
477 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/${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 ${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|