blob: 229fa5329b37a2e15dc749b61e27ae5a7dca909e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: gtkyahoo
# Date created: 18 August 1999
# Whom: dannyman@dannyland.org
#
# $FreeBSD$
#
PORTNAME= gtkyahoo
PORTVERSION= 0.16
CATEGORIES= net
MASTER_SITES= http://download.sourceforge.net/gtkyahoo/
MAINTAINER= dannyman@dannyland.org
USE_X_PREFIX= yes
USE_GTK= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|