1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/audio/kexis/Makefile
Thomas Abthorpe 14c6afdb69 - Pass maintainership to submitter
Submitted by:	hideo via freebsd-ports
2009-02-13 01:38:59 +00:00

24 lines
455 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= hideo@lastamericanempire.com
COMMENT= Lossless WAV file compressor
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/kexis
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/kexis ${PREFIX}/bin/
.include <bsd.port.mk>