Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.87 2013/06/06 12:54:09 wiz Exp $
# $NetBSD: Makefile,v 1.92 2014/02/12 23:17:37 tron Exp $
.include "Makefile.common"
PKGNAME= ${DISTNAME}
PKGREVISION= 17
PKGREVISION= 22
OWNER= tron@NetBSD.org
COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit
@@ -30,20 +30,25 @@ BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.20.0
.if ${OPSYS} == "Darwin"
INSTALL_UNSTRIPPED= YES
.if empty(PKG_BUILD_OPTIONS.gtk2:Mquartz)
. if empty(PKG_BUILD_OPTIONS.gtk2:Mquartz)
CONFIGURE_ARGS+= --enable-xft
LDFLAGS.Darwin+= -L${PREFIX}/lib -lX11
.else
. else
CONFIGURE_ARGS+= --disable-xlib
.endif
. endif
.else
CONFIGURE_ARGS+= --enable-xft
.endif
INSTALLATION_DIRS+= share/doc/xchat lib/xchat/plugins
INSTALLATION_DIRS+= share/doc/xchat lib/xchat/plugins include/xchat
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/xchat/
${INSTALL_DATA} ${WRKSRC}/faq.html ${DESTDIR}${PREFIX}/share/doc/xchat/
${INSTALL_DATA} ${WRKSRC}/plugins/plugin20.html \
${DESTDIR}${PREFIX}/share/doc/xchat/
${INSTALL_DATA} ${WRKSRC}/plugins/xchat-plugin.h \
${DESTDIR}${PREFIX}/include/xchat/
.if !empty(PKG_OPTIONS:Mgnome)

View File

@@ -1,5 +1,6 @@
@comment $NetBSD: PLIST,v 1.22 2010/11/16 12:21:10 tron Exp $
@comment $NetBSD: PLIST,v 1.23 2013/11/27 17:09:57 khorben Exp $
bin/xchat
include/xchat/xchat-plugin.h
share/applications/xchat.desktop
${PLIST.dbus}share/dbus-1/services/org.xchat.service.service
share/doc/xchat/README
@@ -18,8 +19,8 @@ share/locale/gl/LC_MESSAGES/xchat.mo
share/locale/hu/LC_MESSAGES/xchat.mo
share/locale/it/LC_MESSAGES/xchat.mo
share/locale/ja/LC_MESSAGES/xchat.mo
share/locale/ko/LC_MESSAGES/xchat.mo
share/locale/kn/LC_MESSAGES/xchat.mo
share/locale/ko/LC_MESSAGES/xchat.mo
share/locale/lt/LC_MESSAGES/xchat.mo
share/locale/mk/LC_MESSAGES/xchat.mo
share/locale/nl/LC_MESSAGES/xchat.mo

14
chat/xchat/buildlink3.mk Normal file
View File

@@ -0,0 +1,14 @@
# $NetBSD: buildlink3.mk,v 1.1 2013/11/27 17:09:57 khorben Exp $
BUILDLINK_TREE+= xchat
.if !defined(XCHAT_BUILDLINK3_MK)
XCHAT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.xchat+= xchat>=2.8.8
BUILDLINK_ABI_DEPENDS.xchat+= xchat>=2.8.8
BUILDLINK_PKGSRCDIR.xchat?= ../../chat/xchat
.endif # XCHAT_BUILDLINK3_MK
BUILDLINK_TREE+= -xchat