35 lines
829 B
Makefile
Raw Normal View History

2006-11-13 10:08:12 +00:00
# $OpenBSD: Makefile,v 1.17 2006/11/13 10:08:13 steven Exp $
COMMENT= "cuddlesome teddy for the X11 desktop"
DISTNAME= xteddy-2.0.2
CATEGORIES= games
MASTER_SITES= http://www.ITN.LiU.SE/~stegu/xteddy/
2006-08-02 10:10:35 +00:00
LIB_DEPENDS= Imlib.>=19::graphics/imlib
2000-10-04 21:59:35 +00:00
# GPL
PERMIT_PACKAGE_CDROM= Yes
2000-03-17 00:26:36 +00:00
PERMIT_PACKAGE_FTP= Yes
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
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
2006-11-13 10:08:12 +00:00
USE_X11= Yes
NO_REGRESS= Yes
pre-configure:
2000-10-04 21:59:35 +00:00
.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 21:59:35 +00:00
.endfor
.include <bsd.port.mk>