pkgsrc/chat/xchat-systray-integration/Makefile

25 lines
649 B
Makefile
Raw Normal View History

2010-01-29 17:08:17 +01:00
# $NetBSD: Makefile,v 1.19 2010/01/29 16:09:49 joerg Exp $
DISTNAME= xchat-systray-integration-2.4.5-src
PKGNAME= ${DISTNAME:S/-src//}
PKGREVISION= 5
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
2010-01-29 17:08:17 +01:00
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"