aboutsummaryrefslogtreecommitdiff
path: root/editors/xvile/Makefile
blob: 507ed01325e1f77c3797c165dda7383650c8c237 (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
24
25
# New ports collection makefile for:    xvile
# Version required:     6.1
# Date created:         Fri Jun 21, 1996
# Whom:                 pgf
#
# $Id: Makefile,v 1.8 1996/10/09 09:22:18 max Exp $
#

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

MAINTAINER=	ports@FreeBSD.org

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>