mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
17 lines
342 B
Makefile
17 lines
342 B
Makefile
|
# New ports collection makefile for: xvile
|
||
|
# Version required: 5.2
|
||
|
# Date created: Tue Feb 21, 1995
|
||
|
# Whom: pgf
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
PKGNAME= xvile-5.2
|
||
|
DISTNAME= vile-5.2
|
||
|
MASTER_SITES= ftp://id.wing.net/pub/pgf/vile
|
||
|
MAKEFILE= makefile
|
||
|
GNU_CONFIGURE= YES
|
||
|
CONFIGURE_ARGS= --with-screen=x11
|
||
|
|
||
|
.include <bsd.port.mk>
|