mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
ec7cf3514a
PR: ports/111670 Submitted by: edwin Approved by: miwi (mentor)
23 lines
434 B
Makefile
23 lines
434 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.24
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= liblo
|
|
|
|
MAINTAINER= trasz@freebsd.org
|
|
COMMENT= Lightweight Open Sound Control implementation
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= gnomehack
|
|
|
|
.include <bsd.port.mk>
|