mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
21 lines
452 B
Makefile
21 lines
452 B
Makefile
# New ports collection makefile for: BladeEnc
|
|
# Date created: Thu Jan 14 23:28:40 CET 1999
|
|
# Whom: Dirk Froemberg <dirk@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bladeenc
|
|
PORTVERSION= 0.92
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://bladeenc.mp3.no/source/ \
|
|
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
|
|
EXTRACT_SUFX= .0-src-stable.tar.gz
|
|
|
|
MAINTAINER= dirk@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}.0
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|