freebsd-ports/editors/vile/Makefile

24 lines
473 B
Makefile
Raw Normal View History

# New ports collection makefile for: vile
1996-09-30 22:33:39 -04:00
# Version required: 6.1
# Date created: Fri Jun 21, 1996
# Whom: pgf
#
# $Id: Makefile,v 1.8 1996/10/18 09:25:47 max Exp $
#
1996-09-30 22:33:39 -04:00
DISTNAME= vile-6.1
CATEGORIES= editors
MASTER_SITES= ftp://id.wing.net/pub/pgf/vile/
MAINTAINER= ports@FreeBSD.org
MAKEFILE= makefile
GNU_CONFIGURE= yes
1995-04-23 23:38:32 -04:00
post-install:
.if !defined(NOMANCOMPRESS)
1995-04-23 23:38:32 -04:00
gzip -9nf ${PREFIX}/man/man1/vile.1
.endif
1995-04-23 23:38:32 -04:00
.include <bsd.port.mk>