1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net-im/gyach/Makefile
Erwin Lansing 8c6092e5ec BROKEN should not be quoted.
No functional change.
2010-06-13 08:40:06 +00:00

29 lines
604 B
Makefile

# New ports collection makefile for: gyach
# Date created: 08 November 2003
# Whom: Aaron Landwehr <aaron@snaphat.com>
#
# $FreeBSD$
#
PORTNAME= gyach
PORTVERSION= 0.9.8
PORTREVISION= 8
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
CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
USE_GNOME= gtk20
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= Does not compile on !i386
.endif
.include <bsd.port.post.mk>