freebsd-ports/audio/liblo/Makefile
Eitan Adler 334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00

21 lines
377 B
Makefile

# New ports collection makefile for: liblo
# Date created: 2006-12-04
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= liblo
PORTVERSION= 0.26
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Lightweight Open Sound Control implementation
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
USES= pathfix
.include <bsd.port.mk>