openbsd-ports/games/xscrabble/Makefile

31 lines
773 B
Makefile
Raw Normal View History

2004-11-28 17:41:14 -05:00
# $OpenBSD: Makefile,v 1.17 2004/11/28 22:41:27 espie 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
2002-10-26 16:44:38 -04:00
MASTER_SITES= http://people.freebsd.org/~mph/distfiles/
1998-04-10 16:04:07 -04: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
2004-11-28 17:41:14 -05:00
WANTLIB= ICE SM X11 Xaw Xext Xmu Xp Xpm Xt c
2000-03-16 19:26:36 -05:00
CONFIGURE_STYLE=imake noman
1997-12-02 21:15:43 -05:00
2004-09-30 18:31:06 -04:00
NO_REGRESS= Yes
1997-12-02 21:15:43 -05:00
post-patch:
@/usr/bin/perl -pi.bak -e "s|\@XSCRABBLEDIR\@|${PREFIX}/lib/X11/xscrabble|;" \
2003-04-15 08:41:25 -04:00
${WRKSRC}/Imakefile ${WRKSRC}/XScrabble.ad ${WRKSRC}/src/main.c
1997-12-02 21:15:43 -05:00
2004-09-30 18:31:06 -04:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xscrabble
${INSTALL_DATA} /dev/null \
${PREFIX}/share/examples/xscrabble/xscrabble.scores
2002-10-26 16:44:38 -04:00
1997-12-02 21:15:43 -05:00
.include <bsd.port.mk>