diff options
Diffstat (limited to 'chat/xchat2/Makefile')
-rw-r--r-- | chat/xchat2/Makefile | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/chat/xchat2/Makefile b/chat/xchat2/Makefile index 0959df9dac3..68e4facdd90 100644 --- a/chat/xchat2/Makefile +++ b/chat/xchat2/Makefile @@ -1,22 +1,15 @@ -# $NetBSD: Makefile,v 1.44 2005/06/02 23:33:14 tron Exp $ - -DISTNAME= xchat-2.4.3 -CATEGORIES= chat gnome -MASTER_SITES= http://www.xchat.org/files/source/2.4/ -EXTRACT_SUFX= .tar.bz2 +# $NetBSD: Makefile,v 1.45 2005/06/03 10:13:29 tron Exp $ MAINTAINER= tron@NetBSD.org -HOMEPAGE= http://www.xchat.org/ -COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit + +.include "Makefile.common" + +COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit BUILD_USES_MSGFMT= YES CONFLICTS= xchat-gnome-[0-9]* -GNU_CONFIGURE= YES -USE_LIBTOOL= YES -USE_TOOLS+= gmake - USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= YES @@ -31,10 +24,10 @@ LDFLAGS.Darwin+= -lX11 .include "../../mk/bsd.prefs.mk" .include "options.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/xchat/plugins -.include "../../devel/gettext-lib/buildlink3.mk" -.include "../../devel/pkgconfig/buildlink3.mk" -.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |