summaryrefslogblamecommitdiff
path: root/games/xzip/Makefile
blob: 855a76e16a37ce62191ed7ea22e10beb10a13519 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                            
           
 

                     
                 
                     
                                                                              
                                                                               
                                               

                       
 
                                  
                                                               
 
                   
 
                   

                              
 

                        

                      
# Created by: Matthew Hunt <mph@FreeBSD.org>
# $FreeBSD$

PORTNAME=	xzip
PORTVERSION=	1.8.2
PORTREVISION=	2
CATEGORIES=	games
MASTER_SITES=	ftp://ftp.ifarchive.org/if-archive/infocom/interpreters/zip/ \
		http://www.ifarchive.org/if-archive/infocom/interpreters/zip/ \
		http://www.eblong.com/zarf/ftp/
DISTNAME=	xzip182
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	dinoex@FreeBSD.org
COMMENT=	An Infocom game interpreter that runs under X11

NO_STAGE=	yes

USE_XORG=	x11
WRKSRC=		${WRKDIR}/xzip
ALL_TARGET=

MAN1=		xzip.1
PLIST_FILES=	bin/xzip

.include <bsd.port.mk>