1995-02-27 18:00:37 -05:00
|
|
|
# New ports collection makefile for: vile
|
1996-09-30 22:33:39 -04:00
|
|
|
# Version required: 6.1
|
1996-06-24 23:45:45 -04:00
|
|
|
# Date created: Fri Jun 21, 1996
|
1995-02-27 18:00:37 -05:00
|
|
|
# Whom: pgf
|
|
|
|
#
|
1996-11-11 00:07:53 -05:00
|
|
|
# $Id: Makefile,v 1.8 1996/10/18 09:25:47 max Exp $
|
1995-02-27 18:00:37 -05:00
|
|
|
#
|
|
|
|
|
1996-09-30 22:33:39 -04:00
|
|
|
DISTNAME= vile-6.1
|
1996-11-11 00:07:53 -05:00
|
|
|
CATEGORIES= editors
|
1995-04-09 02:11:17 -04:00
|
|
|
MASTER_SITES= ftp://id.wing.net/pub/pgf/vile/
|
1995-02-27 18:00:37 -05:00
|
|
|
|
1996-11-11 00:07:53 -05:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
1995-04-09 02:11:17 -04:00
|
|
|
MAKEFILE= makefile
|
|
|
|
GNU_CONFIGURE= yes
|
1995-02-27 18:00:37 -05:00
|
|
|
|
1995-04-23 23:38:32 -04:00
|
|
|
post-install:
|
1996-10-18 05:25:47 -04:00
|
|
|
.if !defined(NOMANCOMPRESS)
|
1995-04-23 23:38:32 -04:00
|
|
|
gzip -9nf ${PREFIX}/man/man1/vile.1
|
1996-10-18 05:25:47 -04:00
|
|
|
.endif
|
1995-04-23 23:38:32 -04:00
|
|
|
|
1995-02-27 18:00:37 -05:00
|
|
|
.include <bsd.port.mk>
|