2006-11-13 10:08:12 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2006/11/13 10:08:13 steven 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
|
|
|
|
2006-08-02 10:10:35 +00:00
|
|
|
LIB_DEPENDS= Imlib.>=19::graphics/imlib
|
2000-10-04 21:59:35 +00:00
|
|
|
|
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
|
2004-11-28 23:32:06 +00:00
|
|
|
WANTLIB= ICE SM X11 Xext c jpeg m png tiff ungif z
|
2000-03-17 00:26:36 +00:00
|
|
|
|
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
|
|
|
|
2006-11-13 10:08:12 +00:00
|
|
|
USE_X11= Yes
|
2004-01-31 21:32:18 +00:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2006-02-08 04:54:48 +00:00
|
|
|
pre-configure:
|
2000-10-04 21:59:35 +00:00
|
|
|
.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>
|