freebsd-ports/games/xpuzzletama/Makefile
Satoshi Asami 2971a93e52 Convert to PORTNAME/PORTVERSION. The following ports hand invalid version
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
2000-04-14 12:28:40 +00:00

27 lines
632 B
Makefile

# New ports collection makefile for: xpuzzletama
# Date created: 18 January 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
PORTNAME= xpuzzletama
PORTVERSION= 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>