blob: 4ad3b94c681fa11e70c04dd05a799f7ba56f80bc (
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
32
|
# New ports collection makefile for: xteddy
# Date created: 3 June 1998
# Whom: Eckart "Isegrim" Hofmann
#
# $FreeBSD$
#
PORTNAME= xteddy
PORTVERSION= 2.0.2
CATEGORIES= games
MASTER_SITES= http://www.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"
USE_X_PREFIX= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/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>
|