diff options
author | uebayasi <uebayasi> | 2002-09-17 07:09:51 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2002-09-17 07:09:51 +0000 |
commit | d30af3b32eda9dffbfaa506c414c083de9a5ae25 (patch) | |
tree | 90fada61463173ea39766ebc42ccf121c7b8222c /chat/liece/Makefile | |
parent | 1e49b9c900ece9b08a7c91bc99a00b23c419efc6 (diff) | |
download | pkgsrc-d30af3b32eda9dffbfaa506c414c083de9a5ae25.tar.gz |
Initial import of Liece 1.4.8, another IRC client for Emacs/XEmacs.
Liece has many advanced features, atractive user interface, and is being
actively developed.
Diffstat (limited to 'chat/liece/Makefile')
-rw-r--r-- | chat/liece/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/chat/liece/Makefile b/chat/liece/Makefile new file mode 100644 index 00000000000..f9444bca1f2 --- /dev/null +++ b/chat/liece/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/09/17 07:09:51 uebayasi Exp $ + +DISTNAME= liece-1.4.8 +CATEGORIES= chat +MASTER_SITES= http://www.unixuser.org/~ueno/liece/dist/ + +MAINTAINER= uebayasi@netbsd.org +HOMEPAGE= http://www.unixuser.org/~ueno/liece/ +COMMENT= IRC client for Emacs/XEmacs + +DEPENDS= apel>=10.3:../../devel/apel + +.include "../../mk/emacs.mk" + +HAS_CONFIGURE= # defined +.if ${EMACS_FLAVOR} == "emacs" +CONFIGURE_ARGS+=--with-emacs=${EMACS_BIN} +.else +CONFIGURE_ARGS+=--with-xemacs=${EMACS_BIN} +.endif +CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX} +USE_GMAKE= # defined + +.include "../../mk/texinfo.mk" +.include "../../mk/bsd.pkg.mk" |