freebsd-ports/editors/vile/Makefile
Gary Palmer 615896b9f9 Update to 6.0
Submitted by:	Paul Fox <pgf@American.COM>
1996-06-25 03:45:45 +00:00

19 lines
410 B
Makefile

# New ports collection makefile for: vile
# Version required: 6.0
# Date created: Fri Jun 21, 1996
# Whom: pgf
#
# $Id: Makefile,v 1.5 1995/04/24 03:38:04 asami Exp $
#
DISTNAME= vile-6.0
CATEGORIES+= editors
MASTER_SITES= ftp://id.wing.net/pub/pgf/vile/
MAKEFILE= makefile
GNU_CONFIGURE= yes
post-install:
gzip -9nf ${PREFIX}/man/man1/vile.1
.include <bsd.port.mk>