2004-01-31 21:32:18 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2004/01/31 21:32:18 pvalchev Exp $
|
2001-05-06 01:06:09 +00:00
|
|
|
|
|
|
|
COMMENT= "cuddlesome teddy for the X11 desktop"
|
1998-06-23 01:08:03 +00:00
|
|
|
|
2004-01-31 21:32:18 +00:00
|
|
|
DISTNAME= xteddy-2.0.2
|
1998-06-23 01:08:03 +00:00
|
|
|
CATEGORIES= games
|
2000-07-24 10:35:09 +00:00
|
|
|
MASTER_SITES= http://www.ITN.LiU.SE/~stegu/xteddy/
|
1998-06-23 01:08:03 +00:00
|
|
|
|
2000-10-04 21:59:35 +00:00
|
|
|
LIB_DEPENDS= Imlib.19::graphics/imlib
|
|
|
|
|
2004-01-31 21:32:18 +00:00
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2000-03-17 00:26:36 +00:00
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2004-01-31 21:32:18 +00:00
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
2000-03-17 00:26:36 +00:00
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2000-10-04 21:59:35 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2000-07-24 10:35:09 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
|
1998-06-23 01:08:03 +00:00
|
|
|
|
2004-01-31 21:32:18 +00:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2000-10-04 21:59:35 +00:00
|
|
|
post-patch:
|
|
|
|
.for f in configure xteddy.c
|
2004-01-31 21:32:18 +00:00
|
|
|
@perl -pi -e 's#/usr/share/xteddy#${PREFIX}/share/xteddy#g' \
|
|
|
|
${WRKSRC}/${f}
|
|
|
|
.endfor
|
|
|
|
.for f in xtoys xteddy_test
|
|
|
|
@perl -pi -e 's#!!PREFIX!!#${PREFIX}#g' ${WRKSRC}/${f}
|
2000-10-04 21:59:35 +00:00
|
|
|
.endfor
|
|
|
|
|
1998-06-23 01:08:03 +00:00
|
|
|
.include <bsd.port.mk>
|