21 lines
403 B
Makefile
21 lines
403 B
Makefile
# $OpenBSD: Makefile,v 1.9 2005/07/25 15:26:37 naddy Exp $
|
|
|
|
COMMENT= "zile is lossy emacs"
|
|
|
|
DISTNAME= zile-2.2.2
|
|
CATEGORIES= editors
|
|
HOMEPAGE= http://zile.sourceforge.net/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c termcap
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zile/}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|