openbsd-ports/games/xscrabble/Makefile
marc 2e59490083 update port makefiles; validate source code still exists;
comment where sources have changed/no longer exist
See port status web page (to be updated real-soon-now) for details
1998-11-09 01:49:54 +00:00

24 lines
532 B
Makefile

# $OpenBSD: Makefile,v 1.4 1998/11/09 01:50:01 marc Exp $
#
DISTNAME= xscrabble
PKGNAME= xscrabble-1.0
CATEGORIES= games
NO_CDROM= "NOFEE: Can not sell"
MAINTAINER= angelos@openbsd.org
MASTER_SITES= http://www.belgarath.demon.co.uk/programs/
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>