blob: bba49ab6bb6fb52350b0b6ebe301817d1e4a3357 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: umix
# Date created: 24 January 2001
# Whom: George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= umix
PORTREVISION= 1
PORTVERSION= 0.5
CATEGORIES= audio
MASTER_SITES= http://www.ionstream.fi/sakari/umix/files/
MAINTAINER= greid@ukug.uk.freebsd.org
LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
CONFIGURE_ENV= CC="$(CC) -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lintl"
MAN1= umix.1
.include <bsd.port.mk>
|