mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
80217826fe
Notice for artists: I'm looking for a cute fluffy daemon :-)
33 lines
697 B
Makefile
33 lines
697 B
Makefile
# New ports collection makefile for: xteddy
|
|
# Date created: 3 June 1998
|
|
# Whom: Eckart "Isegrim" Hofmann
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xteddy
|
|
PORTVERSION= 2.0.1
|
|
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
|
|
|
|
MAN1= xteddy.1
|
|
|
|
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>
|