mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
c8eaa93644
Submitted by: lots and lots Pointy hat to: ade
23 lines
451 B
Makefile
23 lines
451 B
Makefile
# New ports collection makefile for: normalize
|
|
# Date created: 31 January 2001
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= normalize
|
|
PORTVERSION= 0.5.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.cs.columbia.edu/~cvaill/normalize/
|
|
|
|
MAINTAINER= greid@ukug.uk.freebsd.org
|
|
|
|
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= normalize.1
|
|
|
|
.include <bsd.port.mk>
|