diff options
Diffstat (limited to 'japanese/jed/Makefile')
-rw-r--r-- | japanese/jed/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/japanese/jed/Makefile b/japanese/jed/Makefile index eda3aafdf08b..7cbd4bae266a 100644 --- a/japanese/jed/Makefile +++ b/japanese/jed/Makefile @@ -1,24 +1,27 @@ # New ports collection makefile for: Jed text editor w/ Japanese support -# Version required: 0.99.8.j067 # Date created: 2 Feb 2000 # Whom: Akinori MUSHA aka knu <knu@idaemons.org> # # $FreeBSD$ # -DISTNAME= jed-B0.99-8__J067 -PKGNAME= ja-jed-0.99.8.j067 +PORTNAME= jed +PORTVERSION= ${VERSION}.j${JP_VERSION} CATEGORIES= japanese editors MASTER_SITES= http://people.FreeBSD.org/~knu/ports/distfiles/ \ http://kondara.sdri.co.jp/~kikutani/slang/ +DISTNAME= ${PORTNAME}-B${VERSION:R}-${VERSION:E}__J${JP_VERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - jed-extralibs-0.99.8${EXTRACT_SUFX} + ${PORTNAME}-extralibs-${VERSION}.tar.gz MAINTAINER= knu@idaemons.org LIB_DEPENDS= slang.2:${PORTSDIR}/japanese/libslang \ ${LIBDEP_CANNA} +VERSION= 0.99.8 +JP_VERSION= 067 + DIST_SUBDIR= jed GNU_CONFIGURE= yes CONFIGURE_ENV= JED_ROOT="${JED_ROOT}" X_EXTRA_LIBS="-lxpg4 -lcurses" |