2013-09-02 11:45:05 +02:00
|
|
|
# Created by: Eckart "Isegrim" Hofmann
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1998-06-30 15:16:15 +02:00
|
|
|
|
2000-04-14 14:28:40 +02:00
|
|
|
PORTNAME= xteddy
|
2012-07-19 19:39:58 +02:00
|
|
|
PORTVERSION= 2.2
|
2014-12-27 01:09:02 +01:00
|
|
|
PORTREVISION= 1
|
1998-06-30 15:16:15 +02:00
|
|
|
CATEGORIES= games
|
2013-12-09 11:12:39 +01:00
|
|
|
MASTER_SITES= http://webstaff.itn.liu.se/~stegu/xteddy/ \
|
|
|
|
http://www.skysmurf.nl/comp/FreeBSD/distfiles/
|
1998-06-30 15:16:15 +02:00
|
|
|
|
2013-12-09 11:12:39 +01:00
|
|
|
MAINTAINER= freebsd@skysmurf.nl
|
2013-09-02 11:45:05 +02:00
|
|
|
COMMENT= Cuddlesome teddy for the X desktop
|
1998-06-30 15:16:15 +02:00
|
|
|
|
2012-07-19 19:39:58 +02:00
|
|
|
LICENSE= GPLv2
|
1998-06-30 15:16:15 +02:00
|
|
|
|
2014-12-27 01:09:02 +01:00
|
|
|
LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2
|
|
|
|
|
2013-09-02 21:55:48 +02:00
|
|
|
USES= pkgconfig
|
2005-10-20 23:02:09 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2012-07-19 19:39:58 +02:00
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2013-10-08 01:43:04 +02:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib -lXext
|
2005-10-20 23:02:09 +02:00
|
|
|
|
2012-07-19 19:39:58 +02:00
|
|
|
PLIST_FILES= bin/xteddy bin/xteddy_test bin/xtoys \
|
2013-11-16 02:13:37 +01:00
|
|
|
man/man6/xteddy.6.gz \
|
2012-07-19 19:39:58 +02:00
|
|
|
%%DATADIR%%/teddy.png %%DATADIR%%/xalex.png \
|
|
|
|
%%DATADIR%%/xbobo.png %%DATADIR%%/xbrummi.png \
|
|
|
|
%%DATADIR%%/xcherubino.png %%DATADIR%%/xduck.png \
|
|
|
|
%%DATADIR%%/xhedgehog.png %%DATADIR%%/xklitze.png \
|
|
|
|
%%DATADIR%%/xnamu.png %%DATADIR%%/xorca.png \
|
|
|
|
%%DATADIR%%/xpenguin.png %%DATADIR%%/xpuppy.png \
|
|
|
|
%%DATADIR%%/xruessel.png %%DATADIR%%/xteddy.png \
|
|
|
|
%%DATADIR%%/xtrouble.png %%DATADIR%%/xtuxxy.png
|
2014-12-22 22:38:23 +01:00
|
|
|
PLIST_DIRS= %%DATADIR%%
|
1998-06-30 15:16:15 +02:00
|
|
|
|
2005-10-20 23:02:09 +02:00
|
|
|
post-patch:
|
2012-07-19 19:39:58 +02:00
|
|
|
.for f in configure xteddy.c
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|/usr/share/xteddy|${DATADIR}|' ${WRKSRC}/${f}
|
|
|
|
.endfor
|
|
|
|
.for f in xteddy_test xtoys
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/${f}
|
2005-10-20 23:02:09 +02:00
|
|
|
.endfor
|
|
|
|
|
1998-06-30 15:16:15 +02:00
|
|
|
.include <bsd.port.mk>
|