pkgsrc/editors/wily/Makefile
rillig a20d25368e editors/*: let pkglint fix indentation and variable alignment
pkglint -Wall -F -r editors

Manually fixed the changes in editors/nedit since the "fixed" indentation
was wrong.
2019-06-08 10:40:52 +00:00

21 lines
542 B
Makefile

# $NetBSD: Makefile,v 1.22 2019/06/08 10:40:59 rillig Exp $
#
DISTNAME= wily-0.13.42
CATEGORIES= editors plan9
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wily/} \
ftp://ftp.cse.yorku.ca/pub/wily/src/old/
EXTRACT_SUFX= .tar.gz
MAINTAINER= agc@NetBSD.org
HOMEPAGE= http://www.cse.yorku.ca/~oz/wily/
COMMENT= Unix/X11 clone of the Plan9 acme editor/environment
LICENSE= artistic
GNU_CONFIGURE= yes
CONFIGURE_HAS_MANDIR= no
DEPENDS+= libXgFonts>=1.0nb1:../../fonts/Xg
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"