mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
8d4b0782a8
PR: ports/59114 Submitted by: Aaron Myles Landwehr <aaron@snaphat.com>
22 lines
449 B
Makefile
22 lines
449 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.6
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www4.infi.net/~cpinkham/gyach/code/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER?= aaron@snaphat.com
|
|
COMMENT= Gyach is a GTK+ based Yahoo! Chat client
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gtk20
|
|
USE_X_PREFIX= yes
|
|
|
|
.include <bsd.port.mk>
|