1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/audio/kexis/Makefile
Andrew Pantyukhin 58fbb6152c - Remove 4.x support from some of my ports
PR:		ports/111649, ports/111664, ports/111673, ports/111674,
		ports/111695
Submitted by:	edwin
2007-04-17 22:55:23 +00:00

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>