openbsd-ports/editors/jove/Makefile

26 lines
459 B
Makefile
Raw Normal View History

2012-03-18 13:02:00 -04:00
# $OpenBSD: Makefile,v 1.25 2012/03/18 17:02:00 naddy Exp $
1997-11-14 19:04:24 -05:00
COMMENT= Jonathan's Own Version of Emacs
V= 4.16.0.73
DISTNAME= jove${V}
PKGNAME= jove-${V}
2012-03-18 13:02:00 -04:00
REVISION= 0
1997-11-14 19:04:24 -05:00
CATEGORIES= editors
# BSD
PERMIT_PACKAGE_CDROM= Yes
2000-03-16 17:32:35 -05:00
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
2000-03-16 17:32:35 -05:00
PERMIT_DISTFILES_FTP= Yes
2010-10-23 14:26:19 -04:00
MASTER_SITES= ftp://ftp.cs.toronto.edu/cs/ftp/pub/hugh/jove-dev/
EXTRACT_SUFX= .tgz
2000-03-16 17:32:35 -05:00
WANTLIB= c termcap
1997-11-14 19:04:24 -05:00
2002-10-25 20:39:14 -04:00
NO_REGRESS= Yes
USE_GROFF= Yes
2002-10-25 20:39:14 -04:00
1997-11-14 19:04:24 -05:00
.include <bsd.port.mk>