1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/games/xemeraldia/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

29 lines
659 B
Makefile

# New ports collection makefile for: xemeraldia
# Date created: 22 Mar 1995
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= xemeraldia
PORTVERSION= 0.31
CATEGORIES= games
MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/fj.sources/1995/mar/
DISTNAME= xemeraldia-0.3
PATCH_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/fj.sources/1995/apr/
PATCHFILES= xemeraldia-0.3to0.31.patch.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= ports@FreeBSD.org
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
post-install:
@${MKDIR} ${PREFIX}/lib/X11/xemeraldia
@${TOUCH} ${PREFIX}/lib/X11/xemeraldia/xemeraldia.scores
@${CHMOD} 666 ${PREFIX}/lib/X11/xemeraldia/xemeraldia.scores
.include <bsd.port.mk>