openbsd-ports/games/xteddy/Makefile

33 lines
761 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2004/01/31 21:32:18 pvalchev Exp $
COMMENT= "cuddlesome teddy for the X11 desktop"
DISTNAME= xteddy-2.0.2
CATEGORIES= games
MASTER_SITES= http://www.ITN.LiU.SE/~stegu/xteddy/
2000-10-04 17:59:35 -04:00
LIB_DEPENDS= Imlib.19::graphics/imlib
# GPL
PERMIT_PACKAGE_CDROM= Yes
2000-03-16 19:26:36 -05:00
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
2000-03-16 19:26:36 -05:00
PERMIT_DISTFILES_FTP= Yes
2000-10-04 17:59:35 -04:00
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
NO_REGRESS= Yes
2000-10-04 17:59:35 -04:00
post-patch:
.for f in configure xteddy.c
@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
.include <bsd.port.mk>