diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2007-08-08 09:38:36 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2007-08-08 09:38:36 +0000 |
commit | 940177b141037425b9e821ddd32fa73d16c7170a (patch) | |
tree | 005b56484a5c05dc1038bfdb42fe74339671a1db /japanese/lookup | |
parent | 3fccfd4d01725ddd2ceaf3ac88a7bbcec3537864 (diff) | |
download | ports-940177b141037425b9e821ddd32fa73d16c7170a.tar.gz ports-940177b141037425b9e821ddd32fa73d16c7170a.zip |
Notes
Diffstat (limited to 'japanese/lookup')
-rw-r--r-- | japanese/lookup/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/japanese/lookup/Makefile b/japanese/lookup/Makefile index 16410b9b3735..1e6542c77beb 100644 --- a/japanese/lookup/Makefile +++ b/japanese/lookup/Makefile @@ -8,9 +8,9 @@ PORTNAME= lookup PORTVERSION= 1.4.1 PORTREVISION= 1 -PKGNAMESUFFIX= -${EMACS_PORT_NAME} CATEGORIES= japanese elisp MASTER_SITES= http://openlab.ring.gr.jp/edict/lookup/dist/ +PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= ports@FreeBSD.org COMMENT= Search interface on ${EMACS_PORT_NAME} for CD-ROM books, etc @@ -19,10 +19,11 @@ FILESDIR= ${.CURDIR}/../lookup/files PKGDIR= ${.CURDIR}/../lookup PLIST= ${.CURDIR}/pkg-plist USE_EMACS= yes -EMACS_PORT_NAME?= emacs21 INFO?= lookup lookup-guide +.include <bsd.port.pre.mk> + .if (${EMACS_PORT_NAME} == "xemacs21-mule") EMACSDIR= ${PREFIX}/lib/xemacs/site-packages ELISPDIR= ${EMACSDIR}/lisp/lookup @@ -34,7 +35,7 @@ PORTINFODIR= ${PREFIX}/info PLIST_SUB= ELISPDIR=${EMACS_VERSION_SITE_LISPDIR} .endif HAS_CONFIGURE= yes -CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \ +CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \ --with-lispdir=${ELISPDIR} post-install: @@ -48,4 +49,4 @@ post-install: ${EMACSDIR}/pkginfo/ .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |