mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
27 lines
521 B
Makefile
27 lines
521 B
Makefile
# New ports collection makefile for: xkobo
|
|
# Date created: 18 Jul 1995
|
|
# Whom: jkh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xkobo
|
|
PORTVERSION= 1.11
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
|
|
ftp://ftp.uoknor.edu/mirrors/X/contrib/games/
|
|
MASTER_SITE_SUBDIR= games
|
|
|
|
MAINTAINER= will@FreeBSD.org
|
|
|
|
USE_IMAKE= yes
|
|
ALL_TARGET= xkobo
|
|
MAN1= xkobo.1
|
|
|
|
post-install:
|
|
${CHMOD} u-s,g+s ${PREFIX}/bin/xkobo
|
|
${CHOWN} root:games ${PREFIX}/bin/xkobo
|
|
${CHMOD} 775 ${PREFIX}/lib/X11/xkobo-scores
|
|
|
|
.include <bsd.port.mk>
|