mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
627cb575f7
Approved by: miwi (mentor) Suggested by: sat
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>
|