freebsd-ports/audio/liblo/Makefile
Martin Wilke afc04cfe3f - Fix crash with testlo
- Bump PORTREVISION

PR:             108219
Submitted by:   trasz (maintainer)
2007-01-23 16:16:20 +00:00

30 lines
557 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.23
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= liblo
MAINTAINER= trasz@pin.if.uz.zgora.pl
COMMENT= Lightweight Open Sound Control implementation
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_GNOME= gnomehack
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile on 4.x
.endif
.include <bsd.port.post.mk>