diff options
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" |