mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
19 lines
410 B
Makefile
19 lines
410 B
Makefile
# New ports collection makefile for: xvile
|
|
# Version required: 5.2
|
|
# Date created: Tue Feb 21, 1995
|
|
# Whom: pgf
|
|
#
|
|
# $Id: Makefile,v 1.3 1995/04/01 12:44:58 jkh Exp $
|
|
#
|
|
|
|
DISTNAME= vile-5.2
|
|
PKGNAME= xvile-5.2
|
|
CATEGORIES+= editors
|
|
MASTER_SITES= ftp://id.wing.net/pub/pgf/vile/
|
|
|
|
MAKEFILE= makefile
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-screen=x11
|
|
|
|
.include <bsd.port.mk>
|