diff options
Diffstat (limited to 'games/xscrabble/Makefile')
-rw-r--r-- | games/xscrabble/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/games/xscrabble/Makefile b/games/xscrabble/Makefile new file mode 100644 index 000000000000..443c53c1f17a --- /dev/null +++ b/games/xscrabble/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: xscrabble +# Version required: 1.0 +# Date created: 27 July 1997 +# Whom: Thomas Gellekum <tg@FreeBSD.org> +# +# $Id$ +# + +DISTNAME= xscrabble +PKGNAME= xscrabble-1.0 +CATEGORIES= games +MASTER_SITES= http://www.belgarath.demon.co.uk/programs/ + +MAINTAINER= ports@FreeBSD.ORG + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +USE_IMAKE= yes +NO_INSTALL_MANPAGES= yes + +post-patch: + @/usr/bin/perl -pi.bak -e "s|@XSCRABBLEDIR@|${PREFIX}/lib/X11/xscrabble|;" \ + ${WRKSRC}/Imakefile + @/usr/bin/perl -pi.bak -e "s|@XSCRABBLEDIR@|${PREFIX}/lib/X11/xscrabble|;" \ + ${WRKSRC}/XScrabble.ad + +.include <bsd.port.mk> |