mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
9e75330c7c
2. Change MASTER_SITES to MASTER_SITE_SUNSITE PR: ports/10246 Submitted by: sheldonh (maintainer)
22 lines
451 B
Makefile
22 lines
451 B
Makefile
# New ports collection makefile for: xzx
|
|
# Version required: 2.8.0
|
|
# Date created: 13 Nov 1997
|
|
# Whom: Sheldon Hearn <axl@iafrica.com>
|
|
#
|
|
# $Id: Makefile,v 1.8 1998/11/26 08:02:02 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xzx-2.8.0
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= system/emulators/zx
|
|
|
|
MAINTAINER= sheldonh@iafrica.com
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= xzx.1
|
|
|
|
.include <bsd.port.mk>
|