mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
35be4223c1
PR: 20289 Submitted by: Jimmy Olgeni <olgeni@uli.it>
23 lines
419 B
Makefile
23 lines
419 B
Makefile
# New ports collection makefile for: xzx
|
|
# Date created: 13 Nov 1997
|
|
# Whom: Sheldon Hearn <axl@iafrica.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xzx
|
|
PORTVERSION= 2.9.1
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= system/emulators/zx
|
|
|
|
MAINTAINER= sheldonh@FreeBSD.org
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-oss
|
|
|
|
MAN1= xzx.1
|
|
|
|
.include <bsd.port.mk>
|