27 lines
450 B
Makefile
27 lines
450 B
Makefile
# New ports collection makefile for: xneko
|
|
# Date created: 22 December 1995
|
|
# Whom: markm
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xneko
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR=dinoex
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= The classic cat-and-mouse
|
|
|
|
NO_WRKSUBDIR= yes
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11
|
|
MAN6= xneko.6
|
|
PLIST_FILES= bin/xneko
|
|
|
|
.include <bsd.port.mk>
|