22 lines
540 B
Makefile
22 lines
540 B
Makefile
# $NetBSD: Makefile,v 1.11 1998/10/05 12:30:51 agc Exp $
|
|
# FreeBSD Id: Makefile,v 1.13 1997/09/06 19:55:09 gj Exp
|
|
#
|
|
|
|
DISTNAME= vile-8.1
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ftp://ftp.clark.net/pub/dickey/vile/ \
|
|
ftp://id.wing.net/pub/pgf/vile/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
|
|
MAKEFILE= makefile
|
|
GNU_CONFIGURE= yes
|
|
USE_PERL5= yes
|
|
INSTALL_TARGET= install install-perl
|
|
|
|
post-install:
|
|
@echo "You might want to copy the *.rc files from the source tree before"
|
|
@echo "doing \`make clean'."
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|