20 lines
414 B
Makefile
20 lines
414 B
Makefile
# OpenBSD makefile for: xonix
|
|
# Version required: 1.4
|
|
# Date created: May 19 1998
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/20 02:19:00 angelos Exp $
|
|
#
|
|
|
|
DISTNAME= xonix-1.4
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.inf.tu-dresden.de/pub/people/wunsch/xonix/
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
LIB_DEPENDS= Xpm\\.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_IMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|