Lines 2-9
Link Here
|
2 |
# $FreeBSD: head/editors/emacs-devel/Makefile 417649 2016-06-27 10:49:15Z ashish $ |
2 |
# $FreeBSD: head/editors/emacs-devel/Makefile 417649 2016-06-27 10:49:15Z ashish $ |
3 |
|
3 |
|
4 |
PORTNAME= emacs |
4 |
PORTNAME= emacs |
5 |
PORTVERSION= ${EMACS_VER} |
5 |
DISTVERSION= 25.1-rc1 |
6 |
PORTREVISION= 1 |
|
|
7 |
PORTEPOCH= 2 |
6 |
PORTEPOCH= 2 |
8 |
CATEGORIES= editors ipv6 |
7 |
CATEGORIES= editors ipv6 |
9 |
MASTER_SITES= GNU_ALPHA/emacs/pretest |
8 |
MASTER_SITES= GNU_ALPHA/emacs/pretest |
Lines 20-26
Link Here
|
20 |
|
19 |
|
21 |
CONFLICTS= emacs24-[0-9]* emacs-nox11-[0-9]* |
20 |
CONFLICTS= emacs24-[0-9]* emacs-nox11-[0-9]* |
22 |
|
21 |
|
23 |
EMACS_VER= 25.0.95 |
22 |
EMACS_VER= ${PORTVERSION:R} |
|
|
23 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${EMACS_VER} |
24 |
|
24 |
GNU_CONFIGURE= yes |
25 |
GNU_CONFIGURE= yes |
25 |
USES= cpe gmake makeinfo ncurses pkgconfig tar:xz |
26 |
USES= cpe gmake makeinfo ncurses pkgconfig tar:xz |
26 |
INFO_PATH= ${DATADIR_REL}/info |
27 |
INFO_PATH= ${DATADIR_REL}/info |