2010-03-25 18:32:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2010/03/25 22:32:43 jasper Exp $
|
2001-05-05 21:06:09 -04:00
|
|
|
|
2007-09-15 14:01:00 -04:00
|
|
|
COMMENT= cuddlesome teddy for the X11 desktop
|
1998-06-22 21:08:03 -04:00
|
|
|
|
2010-03-25 18:32:43 -04:00
|
|
|
DISTNAME= xteddy-2.2
|
1998-06-22 21:08:03 -04:00
|
|
|
CATEGORIES= games
|
|
|
|
|
2007-12-08 14:10:02 -05:00
|
|
|
HOMEPAGE= http://staffwww.itn.liu.se/~stegu/xteddy/
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
2000-10-04 17:59:35 -04:00
|
|
|
|
2010-03-25 18:32:43 -04:00
|
|
|
# GPLv2
|
2004-01-31 16:32:18 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2000-03-16 19:26:36 -05:00
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2004-01-31 16:32:18 -05:00
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
2000-03-16 19:26:36 -05:00
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-12-08 14:10:02 -05:00
|
|
|
|
2010-03-25 18:32:43 -04:00
|
|
|
WANTLIB += X11 Xext c
|
2000-03-16 19:26:36 -05:00
|
|
|
|
2010-03-25 18:32:43 -04:00
|
|
|
LIB_DEPENDS= Imlib2::graphics/imlib2
|
2007-12-08 14:10:02 -05:00
|
|
|
|
2000-10-04 17:59:35 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2000-07-24 06:35:09 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
|
1998-06-22 21:08:03 -04:00
|
|
|
|
2006-11-13 05:08:12 -05:00
|
|
|
USE_X11= Yes
|
2004-01-31 16:32:18 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2006-02-07 23:54:48 -05:00
|
|
|
pre-configure:
|
2000-10-04 17:59:35 -04:00
|
|
|
.for f in configure xteddy.c
|
2004-01-31 16:32:18 -05: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 17:59:35 -04:00
|
|
|
.endfor
|
|
|
|
|
1998-06-22 21:08:03 -04:00
|
|
|
.include <bsd.port.mk>
|