blob: 29f91b3b9297e17dedfceccdcee284a30d250b96 (
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
25
26
27
28
|
# New ports collection makefile for: meanwhile
# Date created: 24 June 2004
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= meanwhile
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PATCH_SITES= ${MASTER_SITE_LOCAL} \
http://people.FreeBSD.org/~marcus/
PATCH_SITE_SUBDIR=marcus
PATCHFILES= patch-net_meanwhile-cvs
MAINTAINER= marcus@FreeBSD.org
COMMENT= Open Source implementation of the Lotus Sametime protocol
USE_GMAKE= yes
USE_GNOME= lthack glib20
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=13
.include <bsd.port.mk>
|