1995-02-28 00:01:11 +01:00
|
|
|
# New ports collection makefile for: xvile
|
1996-10-07 14:14:03 +02:00
|
|
|
# Version required: 6.1
|
1996-06-25 05:48:52 +02:00
|
|
|
# Date created: Fri Jun 21, 1996
|
1995-02-28 00:01:11 +01:00
|
|
|
# Whom: pgf
|
|
|
|
#
|
1996-10-09 11:22:18 +02:00
|
|
|
# $Id: Makefile,v 1.7 1996/10/07 12:14:03 max Exp $
|
1995-02-28 00:01:11 +01:00
|
|
|
#
|
|
|
|
|
1996-10-07 14:14:03 +02:00
|
|
|
DISTNAME= vile-6.1
|
|
|
|
PKGNAME= xvile-6.1
|
1995-04-01 14:51:41 +02:00
|
|
|
CATEGORIES+= editors
|
1995-04-09 08:11:17 +02:00
|
|
|
MASTER_SITES= ftp://id.wing.net/pub/pgf/vile/
|
|
|
|
|
1995-02-28 00:01:11 +01:00
|
|
|
MAKEFILE= makefile
|
1995-04-09 08:11:17 +02:00
|
|
|
GNU_CONFIGURE= yes
|
1995-02-28 00:01:11 +01:00
|
|
|
CONFIGURE_ARGS= --with-screen=x11
|
|
|
|
|
1995-04-24 05:38:32 +02:00
|
|
|
post-install:
|
1996-10-09 11:22:18 +02:00
|
|
|
.if !defined(NOMANCOMPRESS)
|
1995-04-24 05:38:32 +02:00
|
|
|
gzip -9nf ${PREFIX}/man/man1/xvile.1
|
1996-10-07 14:14:03 +02:00
|
|
|
.endif
|
1995-04-24 05:38:32 +02:00
|
|
|
|
1995-02-28 00:01:11 +01:00
|
|
|
.include <bsd.port.mk>
|