summaryrefslogtreecommitdiff
path: root/editors/xvile/Makefile
blob: 7cc888fda12e4d8e08a6cbc9f254894d030d4df7 (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:    xvile
# Version required:     6.0
# Date created:         Fri Jun 21, 1996
# Whom:                 pgf
#
# $Id: Makefile,v 1.5 1995/04/24 03:38:30 asami Exp $
#

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

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

post-install:
	gzip -9nf ${PREFIX}/man/man1/xvile.1

.include <bsd.port.mk>