blob: 501c6aea88fd602a5e30e343ab53af2227d59f04 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: xvile
# Version required: 6.1
# Date created: Fri Jun 21, 1996
# Whom: pgf
#
# $Id: Makefile,v 1.9 1996/11/11 05:07:53 obrien Exp $
#
DISTNAME= vile-6.1
PKGNAME= xvile-6.1
CATEGORIES= editors
MASTER_SITES= ftp://id.wing.net/pub/pgf/vile/
MAINTAINER= ports@FreeBSD.org
MAKEFILE= makefile
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-screen=x11
MAN1= xvile.1
.include <bsd.port.mk>
|