diff options
Diffstat (limited to 'net/xchat/Makefile')
-rw-r--r-- | net/xchat/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net/xchat/Makefile b/net/xchat/Makefile deleted file mode 100644 index e1b03454d48..00000000000 --- a/net/xchat/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# $NetBSD: Makefile,v 1.17 2000/11/17 07:54:54 tron Exp $ - -DISTNAME= xchat-1.5.7 -CATEGORIES= net x11 gnome -MASTER_SITES= ${HOMEPAGE}/files/source/1.5/ -EXTRACT_SUFX= .tar.bz2 - -MAINTAINER= tron@netbsd.org -HOMEPAGE= http://xchat.org/ - -DEPENDS+= gnome-core>=1.0.55:../../x11/gnome-core -DEPENDS+= python>=1.5.2:../../lang/python - -USE_GMAKE= yes -USE_PERL5= yes -USE_X11BASE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include - -.include "../../mk/bsd.prefs.mk" -.if (${OPSYS} == NetBSD) -CONFIGURE_ENV+= LIBS=-lutil -.endif - -pre-configure: - @${TOUCH} ${WRKSRC}/stamp-h.in - -post-install: - ${MKDIR} ${PREFIX}/share/doc/xchat - ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/xchat - -.include "../../mk/bsd.pkg.mk" |