19 lines
507 B
Makefile
19 lines
507 B
Makefile
# $NetBSD: Makefile,v 1.4 2002/09/21 06:59:15 jlam Exp $
|
|
|
|
DISTNAME= libyahoo-0.18.4
|
|
CATEGORIES= chat
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libyahoo/}
|
|
|
|
MAINTAINER= ken@246gt.com
|
|
HOMEPAGE= http://sourceforge.net/projects/libyahoo/
|
|
COMMENT= Yahoo! Messenger client library
|
|
|
|
USE_BUILDLINK2= # defined
|
|
GNU_CONFIGURE= # defined
|
|
USE_LIBTOOL= # defined
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/libyahoo-authors.h ${PREFIX}/include/libyahoo
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|