23 lines
329 B
Makefile
23 lines
329 B
Makefile
COMMENT= Jonathan's Own Version of Emacs
|
|
|
|
V= 4.16.0.73
|
|
DISTNAME= jove${V}
|
|
PKGNAME= jove-${V}
|
|
REVISION= 1
|
|
CATEGORIES= editors
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c curses
|
|
|
|
MASTER_SITES= ftp://ftp.cs.toronto.edu/cs/ftp/pub/hugh/jove-dev/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
BUILD_DEPENDS= textproc/groff
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|