4b2988d9d2
Minor variable reordering where needed.
24 lines
473 B
Makefile
24 lines
473 B
Makefile
# New ports collection makefile for: vile
|
|
# Version required: 6.1
|
|
# Date created: Fri Jun 21, 1996
|
|
# Whom: pgf
|
|
#
|
|
# $Id: Makefile,v 1.8 1996/10/18 09:25:47 max Exp $
|
|
#
|
|
|
|
DISTNAME= vile-6.1
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ftp://id.wing.net/pub/pgf/vile/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
MAKEFILE= makefile
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
.if !defined(NOMANCOMPRESS)
|
|
gzip -9nf ${PREFIX}/man/man1/vile.1
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|