openbsd-ports/games/xscrabble/Makefile

28 lines
668 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2001/05/06 01:06:33 lebel Exp $
COMMENT= "X11 version of the popular board game"
1997-12-02 21:15:43 -05:00
DISTNAME= xscrabble
PKGNAME= xscrabble-1.0
CATEGORIES= games
NEED_VERSION= 1.402
MASTER_SITES= http://people.freebsd.org/~mph/distfiles/
1998-04-10 16:04:07 -04:00
MAINTAINER= ports@openbsd.org
1997-12-02 21:15:43 -05:00
2000-03-16 19:26:36 -05:00
PERMIT_PACKAGE_CDROM= "no fee"
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= "no fee"
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE=imake noman
1997-12-02 21:15:43 -05:00
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>