freebsd-ports/net-im/libyahoo2/Makefile
Christian Weisgerber acc11ab2cd Update to 0.7.0.
PR:		52577
Submitted by:	Ports Fury
2003-06-10 16:24:30 +00:00

26 lines
559 B
Makefile

# ex:ts=8
# Ports collection makefile for: libyahoo2
# Date created: Apr 6, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libyahoo2
PORTVERSION= 0.7.0
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
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
USE_BZIP2= yes
USE_GNOME= gnomehack glib20
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>