mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
9db646a6bf
Reported by: pointyhat via kris
30 lines
546 B
Makefile
30 lines
546 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.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
BROKEN= Does not build on 4.x
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|