freebsd-ports/net/libyahoo2/Makefile
Ying-Chieh Liao a7c64082f9 add libyahoo2 0.6.3
A C library that handles the new Yahoo! Messenger protocol
2003-04-06 04:19:24 +00:00

22 lines
425 B
Makefile

# ex:ts=8
# Ports collection makefile for: libyahoo2
# Date created: Apr 6, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libyahoo2
PORTVERSION= 0.6.3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A C library that handles the new Yahoo! Messenger protocol
USE_GNOME= glib20
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>