mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
32 lines
710 B
Makefile
32 lines
710 B
Makefile
# New ports collection makefile for: wordplay
|
|
# Date created: 24 Jun 2000
|
|
# Whom: Ben Smithurst <ben@scientia.demon.co.uk>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wordplay
|
|
PORTVERSION= 7.22
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://pokey.itsc.uah.edu/~criswell/
|
|
DISTNAME= wordplay722
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= ben@FreeBSD.org
|
|
|
|
NO_WRKSUBDIR= yes
|
|
MAKEFILE= makefile
|
|
ALL_TARGET= wordplay
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e \
|
|
"s#words721.txt#${PREFIX}/share/wordplay/words721.txt#" \
|
|
${WRKSRC}/wordplay.c
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/share/wordplay
|
|
@${INSTALL_DATA} ${WRKSRC}/words721.txt ${WRKSRC}/readme \
|
|
${PREFIX}/share/wordplay
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/wordplay ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|