diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-20 16:58:47 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-20 16:58:47 +0000 |
commit | b40f5e669963b06a0b772456703125faabda740a (patch) | |
tree | 384140eb5d81bf859e9520d3f64f14a3c5e6f59b /japanese/ng-canna | |
parent | fcdf80ac066a06fc6d85eb6cbb8ea8b3ac9dae18 (diff) | |
download | ports-b40f5e669963b06a0b772456703125faabda740a.tar.gz ports-b40f5e669963b06a0b772456703125faabda740a.zip |
Notes
Diffstat (limited to 'japanese/ng-canna')
-rw-r--r-- | japanese/ng-canna/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/japanese/ng-canna/Makefile b/japanese/ng-canna/Makefile index 4bf027d83462..e85d537fe02d 100644 --- a/japanese/ng-canna/Makefile +++ b/japanese/ng-canna/Makefile @@ -7,15 +7,13 @@ PKGNAMESUFFIX= -canna +MAINTAINER= ports@FreeBSD.org +COMMENT= A very lightweight Emacs-clone with Japanese and Canna support + MASTERDIR= ${.CURDIR}/../ng -DESCR= ${.CURDIR}/pkg-descr -LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna +DESCR= ${.CURDIR}/pkg-descr -MAINTAINER= ports@FreeBSD.org -COMMENT= A very lightweight Emacs-clone with Japanese and Canna support +WITH_CANNA= yes .include "${MASTERDIR}/Makefile" - -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include -DCANNA" \ - LIBS="-L${LOCALBASE}/lib -lcanna -ltermcap" |