1998-06-30 13:16:15 +00:00
|
|
|
# New ports collection makefile for: xteddy
|
|
|
|
# Date created: 3 June 1998
|
|
|
|
# Whom: Eckart "Isegrim" Hofmann
|
|
|
|
#
|
1999-08-25 06:06:33 +00:00
|
|
|
# $FreeBSD$
|
2006-10-14 08:54:54 +00:00
|
|
|
# $MCom: ports/games/xteddy/Makefile,v 1.1 2006/10/04 13:16:56 ahze Exp $
|
1998-06-30 13:16:15 +00:00
|
|
|
|
2000-04-14 12:28:40 +00:00
|
|
|
PORTNAME= xteddy
|
2006-01-07 08:24:31 +00:00
|
|
|
PORTVERSION= 2.0.2
|
2010-03-28 06:47:48 +00:00
|
|
|
PORTREVISION= 7
|
1998-06-30 13:16:15 +00:00
|
|
|
CATEGORIES= games
|
2006-03-08 11:14:45 +00:00
|
|
|
MASTER_SITES= http://staffwww.itn.liu.se/~stegu/xteddy/
|
1998-06-30 13:16:15 +00:00
|
|
|
|
2005-10-10 01:22:51 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:06:51 +00:00
|
|
|
COMMENT= A cuddlesome teddy for the X desktop
|
1998-06-30 13:16:15 +00:00
|
|
|
|
2006-03-08 11:14:45 +00:00
|
|
|
NO_CDROM= Can only be distributed for free
|
1998-06-30 13:16:15 +00:00
|
|
|
|
2005-10-20 21:02:09 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-23 22:26:39 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2005-11-14 12:36:41 +00:00
|
|
|
USE_GNOME= imlib
|
2005-10-20 21:02:09 +00:00
|
|
|
|
2006-01-07 08:24:31 +00:00
|
|
|
MAN6= xteddy.6
|
1998-06-30 13:16:15 +00:00
|
|
|
|
2005-10-20 21:02:09 +00:00
|
|
|
post-patch:
|
2005-11-14 12:36:41 +00:00
|
|
|
.for f in xteddy.c Makefile.in xteddy_test
|
|
|
|
@${REINPLACE_CMD} -e 's,%%DATADIR%%,${DATADIR},g' ${WRKSRC}/${f}
|
2005-10-20 21:02:09 +00:00
|
|
|
.endfor
|
|
|
|
|
1998-06-30 13:16:15 +00:00
|
|
|
.include <bsd.port.mk>
|