mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
22 lines
375 B
Makefile
22 lines
375 B
Makefile
# Created by: 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= ports@FreeBSD.org
|
|
COMMENT= The classic cat-and-mouse
|
|
|
|
NO_WRKSUBDIR= yes
|
|
USES= imake
|
|
USE_XORG= x11
|
|
PLIST_FILES= bin/xneko man/man6/xneko.6.gz
|
|
|
|
.include <bsd.port.mk>
|