blob: 1a67a0d0a3d5bfc1171cb0dcbd583957761a8217 (
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
|
# Created by: Aaron Landwehr <aaron@snaphat.com>
# $FreeBSD$
PORTNAME= gyach
PORTVERSION= 0.9.8
PORTREVISION= 9
CATEGORIES= net-im
MASTER_SITES= http://www4.infi.net/~cpinkham/gyach/code/
MAINTAINER?= aaron@snaphat.com
COMMENT= Gyach is a GTK+ based Yahoo! Chat client
GNU_CONFIGURE= yes
LDFLAGS+= ${PTHREAD_LIBS}
CFLAGS+= ${PTHREAD_CFLAGS}
USE_GNOME= gtk20
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= Does not compile on !i386
.endif
.include <bsd.port.post.mk>
|