diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-03 05:30:25 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-03 05:30:25 +0000 |
commit | a083ec40919beefab05d9f685976e3c5393c3f27 (patch) | |
tree | 1bb9693765cba7238c1690c44d0bbe70751e5730 /japanese/ng-devel/Makefile | |
parent | 2286dd21fe64f44f00c80db1beddc85cbb5f8453 (diff) | |
download | freebsd-ports-a083ec40919beefab05d9f685976e3c5393c3f27.zip |
Add Ng(Nihongo micro Gnu emacs) development version (1.5beta1),
which is a very light weight Emacs clone editer.
PR: ports/53449
Submitted by: Ginga Kawaguti <ginga-freebsd@ginganet.org>
Repo copied by: joe (cvs)
Approved by: portmgr (no objections)
Diffstat (limited to 'japanese/ng-devel/Makefile')
-rw-r--r-- | japanese/ng-devel/Makefile | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/japanese/ng-devel/Makefile b/japanese/ng-devel/Makefile index b0902d1e00df..be2c848eedf3 100644 --- a/japanese/ng-devel/Makefile +++ b/japanese/ng-devel/Makefile @@ -1,31 +1,25 @@ -# New ports collection makefile for: Ng -# Date created: 18 November 1998 -# Whom: Kawaguti Ginga <ginga@athena.club.ne.jp> +# New ports collection makefile for: Ng-devel +# Date created: 18 June 2003 +# Whom: Kawaguti Ginga <ginga-freebsd@ginganet.org> # # $FreeBSD$ # PORTNAME= ng -PORTVERSION= 1.4.4 +PORTVERSION= 1.5.b1 CATEGORIES= japanese editors MASTER_SITES= http://tomato.sakura.ne.jp/~amura/archives/ng/ -DISTNAME= ${PORTNAME}-${PORTVERSION} - -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= ng-1.4.4-replace_bug.patch +DISTNAME= ${PORTNAME}-1.5beta1 MAINTAINER?= ginga-freebsd@ginganet.org -COMMENT?= A very light Emacs-clone with Japanese support +COMMENT= A very light Emacs-clone with Japanese support -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="-ltermcap" ALL_TARGET= ng +GNU_CONFIGURE= yes -PORTDOCS= CHANGES.1_3 CHANGES.doc Ng.FAQ Ng.doc Ng.ref Ng.tut \ +PORTDOCS= CHANGES.1_3 CHANGES.1_4 CHANGES.doc Ng.FAQ Ng.doc Ng.ref Ng.tut \ README.Ng README.SKG -post-patch: - @(cd ${WRKSRC}; ${LN} -sf sys/bsd/Makefile . ) - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ng ${PREFIX}/bin .if !defined(NOPORTDOCS) |