blob: b2ca7e0afa3d72b4b723b160187e4d345becef1d (
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
|
# New ports collection makefile for: gyach
# Date created: 08 November 2003
# Whom: Aaron Landwehr <aaron@snaphat.com>
#
# $FreeBSD$
#
PORTNAME= gyach
PORTVERSION= 0.9.6
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.snaphat.com/pub/software/
DISTNAME= ${PORTNAME}-${PORTVERSION}_patched
MAINTAINER?= aaron@snaphat.com
COMMENT= Gyach is a GTK+ based Yahoo! Chat client
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
USE_GNOME= gtk20
USE_X_PREFIX= yes
.include <bsd.port.mk>
|