1995-02-27 23:01:11 +00:00
|
|
|
# New ports collection makefile for: xvile
|
1997-12-10 20:30:25 +00:00
|
|
|
# Version required: 7.3
|
1996-12-03 12:53:39 +00:00
|
|
|
# Date created: Wed Nov 26, 1996
|
1995-02-27 23:01:11 +00:00
|
|
|
# Whom: pgf
|
|
|
|
#
|
1997-12-10 20:30:25 +00:00
|
|
|
# $Id: Makefile,v 1.13 1997/09/06 19:58:03 gj Exp $
|
1995-02-27 23:01:11 +00:00
|
|
|
#
|
|
|
|
|
1997-12-10 20:30:25 +00:00
|
|
|
DISTNAME= vile-7.3
|
|
|
|
PKGNAME= xvile-7.3
|
1996-11-11 05:07:53 +00:00
|
|
|
CATEGORIES= editors
|
1997-09-06 19:58:13 +00:00
|
|
|
MASTER_SITES= ftp://ftp.clark.net/pub/dickey/vile/ \
|
|
|
|
ftp://id.wing.net/pub/pgf/vile/
|
1996-12-03 12:53:39 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
1995-04-09 06:11:17 +00:00
|
|
|
|
1997-06-17 20:11:58 +00:00
|
|
|
MAINTAINER= gj@freebsd.org
|
1996-11-11 05:07:53 +00:00
|
|
|
|
1995-02-27 23:01:11 +00:00
|
|
|
MAKEFILE= makefile
|
1995-04-09 06:11:17 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1997-09-06 19:58:13 +00:00
|
|
|
CONFIGURE_ARGS= --with-screen=${SCREEN_TYPE}
|
1996-11-17 07:01:32 +00:00
|
|
|
MAN1= xvile.1
|
1997-12-10 20:30:25 +00:00
|
|
|
NO_PATCH= yes
|
1995-04-24 03:38:32 +00:00
|
|
|
|
1997-09-06 19:58:13 +00:00
|
|
|
pre-configure:
|
|
|
|
@echo "To use xvile with menus, set the environment variable USE_MENUS"
|
|
|
|
|
|
|
|
.if defined(USE_MENUS)
|
|
|
|
SCREEN_TYPE= Xaw
|
|
|
|
.else
|
|
|
|
SCREEN_TYPE= x11
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@echo "You might want to copy the *.rc files from the source tree before"
|
|
|
|
@echo "doing \`make clean'."
|
|
|
|
.if defined(USE_MENUS)
|
|
|
|
@echo "And also take a look at README.MENU !"
|
|
|
|
.endif
|
|
|
|
|
1995-02-27 23:01:11 +00:00
|
|
|
.include <bsd.port.mk>
|