f18cbf2fa6
- switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
24 lines
513 B
Makefile
24 lines
513 B
Makefile
# 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>
|