pkgsrc/chat/xchat-systray-integration/Makefile
wiz 92e0cb52cb Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00

24 lines
647 B
Makefile

# $NetBSD: Makefile,v 1.20 2010/06/13 22:43:59 wiz Exp $
DISTNAME= xchat-systray-integration-2.4.5-src
PKGNAME= ${DISTNAME:S/-src//}
PKGREVISION= 6
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchat2-plugins/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://www.patriziobassi.it/blight/index.php?act=Systray
COMMENT= Systray icon plugin for XChat
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= xchat>=2.0:../../chat/xchat
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
MAKE_ENV+= prefix=${PREFIX:Q} SHLIBTOOL=${SHLIBTOOL:Q}
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"