2003-12-26 01:01:50 +01:00
|
|
|
# New ports collection makefile for: gyach
|
|
|
|
# Date created: 08 November 2003
|
|
|
|
# Whom: Aaron Landwehr <aaron@snaphat.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gyach
|
2004-08-31 16:13:14 +02:00
|
|
|
PORTVERSION= 0.9.8
|
2005-03-12 11:54:27 +01:00
|
|
|
PORTREVISION= 2
|
2003-12-26 01:01:50 +01:00
|
|
|
CATEGORIES= net
|
2004-02-02 00:44:34 +01:00
|
|
|
MASTER_SITES= http://www4.infi.net/~cpinkham/gyach/code/
|
2003-12-26 01:01:50 +01:00
|
|
|
|
|
|
|
MAINTAINER?= aaron@snaphat.com
|
|
|
|
COMMENT= Gyach is a GTK+ based Yahoo! Chat client
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2004-08-31 16:13:14 +02:00
|
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_FLAGS}" \
|
|
|
|
LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
|
2003-12-26 01:01:50 +01:00
|
|
|
USE_GNOME= gtk20
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
|
2004-11-18 23:22:18 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} != "i386"
|
|
|
|
BROKEN= "Does not compile on !i386"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|