- Add CPE information
PR: 198238 Submitted by: shun <shun.fbsd.pr at dropcut dot net>
This commit is contained in:
parent
13c6c37d50
commit
22624a24e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380840
1 changed files with 2 additions and 1 deletions
|
@ -26,11 +26,12 @@ CONFLICTS= emacs-19.* emacs21-[0-9]* emacs22-[0-9]* emacs23-[0-9]* \
|
||||||
|
|
||||||
EMACS_VER= 24.4
|
EMACS_VER= 24.4
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= gmake makeinfo ncurses pkgconfig shebangfix tar:xz
|
USES= cpe gmake makeinfo ncurses pkgconfig shebangfix tar:xz
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
INFO_PATH= ${DATADIR_REL}/info
|
INFO_PATH= ${DATADIR_REL}/info
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
|
CPE_VENDOR= gnu
|
||||||
|
|
||||||
SUB_FILES= pkg-install
|
SUB_FILES= pkg-install
|
||||||
SUB_LIST+= ARCHLIBDIR=${PREFIX}/libexec/emacs/${EMACS_VER}/${CONFIGURE_TARGET}
|
SUB_LIST+= ARCHLIBDIR=${PREFIX}/libexec/emacs/${EMACS_VER}/${CONFIGURE_TARGET}
|
||||||
|
|
Loading…
Reference in a new issue