diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-02 21:48:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-02 21:48:42 +0000 |
commit | b3b79f90e39d8a3c1dca9d86f25c23e4aa1cc784 (patch) | |
tree | 02b67f02485d6a248e5e4f2bb4ec98e446b2c06b /chat/xchat/Makefile.common | |
parent | 295906843b2f885364da583a84e61b1b71065674 (diff) | |
download | pkgsrc-b3b79f90e39d8a3c1dca9d86f25c23e4aa1cc784.tar.gz |
Convert to options framework.
While here, reintegrate Makefile.common into Makefile since xchat-gnome
has been removed from pkgsrc and there is no further need for Makefile.common.
tron@ says do it.
Diffstat (limited to 'chat/xchat/Makefile.common')
-rw-r--r-- | chat/xchat/Makefile.common | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common deleted file mode 100644 index b44818d810c..00000000000 --- a/chat/xchat/Makefile.common +++ /dev/null @@ -1,57 +0,0 @@ -# $NetBSD: Makefile.common,v 1.38 2005/06/01 18:02:41 jlam Exp $ - -DISTNAME= xchat-1.8.11 -PKGREVISION= 11 -CATEGORIES= chat x11 -MASTER_SITES= ${HOMEPAGE}files/source/1.8/ -EXTRACT_SUFX= .tar.bz2 - -MAINTAINER= tron@NetBSD.org -HOMEPAGE= http://xchat.org/ -COMMENT= X11 (X Window System) IRC client, using the GTK+ toolkit - -BUILD_USES_MSGFMT= YES - -DISTINFO_FILE= ${.CURDIR}/../xchat/distinfo -FILESDIR= ${.CURDIR}/../xchat/files -PATCHDIR= ${.CURDIR}/../xchat/patches -PKGDIR= ${.CURDIR}/../xchat -PLIST_SRC= ${.CURDIR}/../xchat/PLIST - -USE_DIRS+= gnome1-1.5 -USE_PKGLOCALEDIR= YES -USE_X11BASE= YES -USE_TOOLS+= gmake grep -USE_PERL5= YES -CONFIGURE_ARGS+= --enable-python - -BUILD_DEFS+= USE_INET6 USE_SOCKS - -GNU_CONFIGURE= YES -CONFIGURE_ENV+= ac_cv_path_perlpath=${PERL5} pythonpath=${PYTHONBIN} - -.include "../../mk/bsd.prefs.mk" - -# IPv6 support -.if defined(USE_INET6) && ${USE_INET6} == YES -CONFIGURE_ARGS+= --enable-ipv6 -.endif - -# SSL support -.if defined(XCHAT_USE_SSL) && ${XCHAT_USE_SSL} == "YES" -. include "../../security/openssl/buildlink3.mk" -CONFIGURE_ARGS+= --enable-openssl=${SSLBASE} -.endif - -# Socks support -.if defined(USE_SOCKS) && ${USE_SOCKS} == YES -CONFIGURE_ARGS+= --enable-socks -.endif - -post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xchat - ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/xchat - -.include "../../mk/x11.buildlink3.mk" -.include "../../lang/perl5/buildlink3.mk" -.include "../../lang/python/application.mk" |