blob: d01205b8d4001b8314557cf663e7e71c46c999c1 (
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: grouch
# Date created: 09 Sep 2006
# Whom: gurkan@phys.ethz.ch
#
# $FreeBSD$
#
PORTNAME= grouch
PORTVERSION= 20060713
PORTREVISION= 2
CATEGORIES= net-im gnustep
MASTER_SITES= http://mail.rochester.edu/~asveikau/grouch/ \
${MASTER_SITE_GNUSTEP_CH}
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= AOL and ICQ Instant Messenger client for GNUstep
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
USE_GNUSTEP_SYSTEM_LIBS+= Renaissance:${RENAISSANCE_PORT}
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
WRKSRC= ${WRKDIR}/Grouch
RENAISSANCE_PORT?= x11-toolkits/renaissance
.include <bsd.port.mk>
|