1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/net/gyach/Makefile
Volker Stolz c5683bf628 - Update to 0.9.8
- Fix threading (me)

PR:		ports/68847
Submitted by:	Aaron Myles Landwehr (maintainer)
2004-08-31 14:13:14 +00:00

23 lines
504 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
CATEGORIES= net
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_FLAGS}" \
LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
USE_GNOME= gtk20
USE_X_PREFIX= yes
.include <bsd.port.mk>