aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/mell/Makefile
blob: 1e3cafa5f5b868f555e5d77b1c32ddf78e35bc6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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>