1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/xpuzzletama/Makefile
Yukihiro Nakai 044fe0d8a2 Fix and updates from KATO Tsuguru.
Submitted by:		"KATO Tsuguru" <tkato@prontomail.ne.jp>
2000-01-22 11:46:45 +00:00

27 lines
644 B
Makefile

# New ports collection makefile for: xpuzzletama
# Version required: 1.5b
# Date created: 18 January 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
DISTNAME= xpuzzletama-1.5b
CATEGORIES= games
MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/os/linux/JG/JG-0.9.1/sources/
MAINTAINER= nakai@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
WRKSRC= ${WRKDIR}/xpuzzletama
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
post-install:
${MKDIR} ${PREFIX}/lib/X11/xpuzzletama
${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m 666 \
${WRKSRC}/.tama_score ${PREFIX}/lib/X11/xpuzzletama/tama_score
.include <bsd.port.mk>