1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/japanese/mell/Makefile
2010-12-04 07:34:27 +00:00

30 lines
643 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
PORTREVISION= 2
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_AUTOTOOLS= automake autoconf
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>