1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/net/ortp/Makefile
Maxim Sobolev 077594b8ef Update to 0.12.0.
Submitted by:	Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
2006-12-16 08:50:28 +00:00

23 lines
512 B
Makefile

# New ports collection makefile for: ortp
# Date created: 20 October 2003
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ortp
PORTVERSION= 0.12.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= linphone/ortp/sources
MAINTAINER= sobomax@FreeBSD.org
COMMENT= A Real-time Transport Protocol (RTP) stack
USE_GNOME= glib20 pkgconfig gnomehack
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
INSTALLS_SHLIB= yes
.include <bsd.port.mk>