blob: c645f0e9259b5447bd6b6e036d7e69dbcd1b491c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# New ports collection makefile for: linphone
# Date created: 30 December 2002
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 2
CATEGORIES= net gnome
LINPHONE_GUI= yes
MASTERDIR= ${.CURDIR}/../../net/linphone-base
.include "${MASTERDIR}/Makefile"
|