aboutsummaryrefslogtreecommitdiff
path: root/games/xteddy/Makefile
blob: 0fd4e835c3c6976c8b95da1ee84132ab4966ed59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:   xteddy
# Date created:        3 June 1998
# Whom:                Eckart "Isegrim" Hofmann
#
# $FreeBSD$
#    $MCom: ports/games/xteddy/Makefile,v 1.1 2006/10/04 13:16:56 ahze Exp $

PORTNAME=	xteddy
PORTVERSION=	2.0.2
PORTREVISION=	6
CATEGORIES=	games
MASTER_SITES=	http://staffwww.itn.liu.se/~stegu/xteddy/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A cuddlesome teddy for the X desktop

NO_CDROM=	Can only be distributed for free

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"
USE_GNOME=	imlib

MAN6=		xteddy.6

post-patch:
.for f in xteddy.c Makefile.in xteddy_test
	@${REINPLACE_CMD} -e 's,%%DATADIR%%,${DATADIR},g' ${WRKSRC}/${f}
.endfor

.include <bsd.port.mk>