25 lines
576 B
Makefile
Raw Normal View History

2003-04-15 12:41:25 +00:00
# $OpenBSD: Makefile,v 1.15 2003/04/15 12:42:31 wilfried Exp $
COMMENT= "X11 version of the popular board game"
1997-12-03 02:15:43 +00:00
DISTNAME= xscrabble
PKGNAME= xscrabble-1.0
CATEGORIES= games
2002-10-26 20:44:38 +00:00
MASTER_SITES= http://people.freebsd.org/~mph/distfiles/
1998-04-10 20:04:07 +00:00
2000-03-17 00:26:36 +00: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-03 02:15:43 +00:00
post-patch:
@/usr/bin/perl -pi.bak -e "s|\@XSCRABBLEDIR\@|${PREFIX}/lib/X11/xscrabble|;" \
2003-04-15 12:41:25 +00:00
${WRKSRC}/Imakefile ${WRKSRC}/XScrabble.ad ${WRKSRC}/src/main.c
1997-12-03 02:15:43 +00:00
2002-10-26 20:44:38 +00:00
NO_REGRESS= Yes
1997-12-03 02:15:43 +00:00
.include <bsd.port.mk>