summaryrefslogtreecommitdiff
path: root/editors/vile/Makefile
blob: 59f7327d47b80fcf6e8a8586379a12eee8442847 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    vile
# Version required:     6.1
# Date created:         Fri Jun 21, 1996
# Whom:                 pgf
#
# $Id: Makefile,v 1.7 1996/10/01 02:33:39 gpalmer Exp $
#

DISTNAME=       vile-6.1
CATEGORIES+=	editors
MASTER_SITES=   ftp://id.wing.net/pub/pgf/vile/

MAKEFILE=	makefile
GNU_CONFIGURE=	yes

post-install:
.if !defined(NOMANCOMPRESS)
	gzip -9nf ${PREFIX}/man/man1/vile.1
.endif

.include <bsd.port.mk>