2005-05-10 15:35:50 +00:00
|
|
|
# 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
|
2007-09-30 04:47:36 +00:00
|
|
|
PORTREVISION= 1
|
2005-05-10 15:35:50 +00:00
|
|
|
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
|
2008-08-20 00:57:32 +00:00
|
|
|
USE_AUTOTOOLS= automake:19 autoconf:262
|
2005-05-10 15:35:50 +00:00
|
|
|
AUTOMAKE_ARGS= -af
|
|
|
|
|
|
|
|
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>
|