summaryrefslogtreecommitdiff
path: root/editors/xvile/Makefile
blob: bcfd528e512b52c0b5be31b5a459dc06f3674a79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    xvile
# Version required:     6.1
# Date created:         Fri Jun 21, 1996
# Whom:                 pgf
#
# $Id: Makefile,v 1.7 1996/10/07 12:14:03 max Exp $
#

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

MAKEFILE=	makefile
GNU_CONFIGURE=	yes
CONFIGURE_ARGS= --with-screen=x11

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

.include <bsd.port.mk>