freebsd-ports/editors/xvile/Makefile

24 lines
498 B
Makefile
Raw Normal View History

# 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
1995-04-24 05:38:32 +02:00
post-install:
.if !defined(NOMANCOMPRESS)
1995-04-24 05:38:32 +02:00
gzip -9nf ${PREFIX}/man/man1/xvile.1
.endif
1995-04-24 05:38:32 +02:00
.include <bsd.port.mk>