freebsd-ports/japanese/mell/Makefile
Norikatsu Shigemura 5ed99fc7f9 Add mell 1.0.0, emacs Lisp for taiyaki-elisp
especially for the prime.

PR:		ports/78279
Submitted by:	Gen Otsuji<otsuji@users.sourceforge.jp>
Reviewed by:	Gen Otsuji<otsuji@users.sourceforge.jp>
2005-05-10 15:35:50 +00:00

29 lines
637 B
Makefile

# New ports collection makefile for: ja-mell
# Date created: 6 Jun 2003
# Whom: Gen Otsuji<otsuji@users.sourceforge.jp>
#
# $FreeBSD$
#
PORTNAME= mell
PORTVERSION= 1.0.0
CATEGORIES= japanese
MASTER_SITES= http://taiyaki.org/elisp/mell/src/
MAINTAINER= otsuji@users.sourceforge.jp
COMMENT= Emacs Lisp for taiyaki-elisp, especially for the prime
GNU_CONFIGURE= yes
USE_AUTOMAKE_VER= 19
AUTOMAKE_ARGS= -af
USE_AUTOCONF_VER= 259
pre-configure:
@(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL})
post-install:
.if !defined(NOPORTDOCS)
cd ${WRKSRC}/doc; ${MAKE} ${INSTALL_TARGET}
.endif
.include <bsd.port.mk>