mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
40b465290e
Approved by: tarzeau@linuks.mine.nu (maintainer)
30 lines
744 B
Makefile
30 lines
744 B
Makefile
# New ports collection makefile for: grouch
|
|
# Date created: 09 Sep 2006
|
|
# Whom: gurkan@linuks.mine.nu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= grouch
|
|
PORTVERSION= 20060713
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= http://mail.rochester.edu/~asveikau/grouch/ \
|
|
http://io.debian.net/~tar/ports/distfiles/
|
|
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
|
|
|
|
MAINTAINER= gurkan@linuks.mine.nu
|
|
COMMENT= AOL and ICQ Instant Messenger client for GNUstep
|
|
|
|
WRKSRC= ${WRKDIR}/Grouch
|
|
USE_GMAKE= yes
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_PREFIX= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
MAKEFILE= GNUmakefile
|
|
USE_GNUSTEP_SYSTEM_LIBS+= Renaissance:${RENAISSANCE_PORT}
|
|
RENAISSANCE_PORT?= x11-toolkits/renaissance
|
|
|
|
.include <bsd.port.mk>
|