aboutsummaryrefslogtreecommitdiffstats
path: root/net/loudmouth/Makefile
blob: d8ad6d04af4f49263bcc9bebc891491e3601ab79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    loudmouth
# Date created:             08 July 2003
# Whom:                 Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   loudmouth
PORTVERSION=    0.10.1
CATEGORIES= net gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Lightweight Jabber client library

USE_BZIP2=  yes
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_LIBTOOL=    yes
INSTALLS_SHLIB= yes
USE_GNOME=  gnomehack glib20

.include <bsd.port.mk>