blob: e9426603fde5dd70b08c2c99b8e1fccfb4bdd751 (
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
29
30
31
|
# New ports collection makefile for: meanwhile-gaim
# Date created: 24 June 2004
# Whom: marcus@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= meanwhile
PORTVERSION= 0.78
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMESUFFIX= -gaim
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
MAINTAINER= marcus@FreeBSD.org
COMMENT= Provides Lotus Sametime support for Gaim
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/gaim:configure
LIB_DEPENDS= meanwhile.0:${PORTSDIR}/net/meanwhile
RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack lthack gtk20
USE_LIBTOOL_VER=13
CONFIGURE_ARGS= --with-gaim-source=${WRKDIRPREFIX}${.CURDIR}/../../net/gaim/work/gaim-${PORTVERSION}/src
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>
|