mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
ef8122d2e3
PR: ports/97751 Submitted by: miwi Approved by: kiron (mentor), maintainer timeout
33 lines
833 B
Makefile
33 lines
833 B
Makefile
# New ports collection makefile for: tkxanim
|
|
# Date created: 24 October 1999
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tkxanim
|
|
PORTVERSION= 0.43
|
|
CATEGORIES= multimedia tk82
|
|
MASTER_SITES= http://freshmeat.net/redir/tkxanim/10652/url_tgz/ \
|
|
http://freebsd.unixfreunde.de/sources/
|
|
|
|
MAINTAINER= jedgar@fxp.org
|
|
COMMENT= Tcl/Tk frontend to xanim
|
|
|
|
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 \
|
|
xanim:${PORTSDIR}/multimedia/xanim
|
|
|
|
WRKSRC= ${WRKDIR}/Tkxanim
|
|
|
|
do-build:
|
|
@${MV} ${WRKSRC}/tkxanim ${WRKSRC}/tkxanim.orig
|
|
@${SED} -e 's|CHANGEME|${PREFIX}|' \
|
|
< ${WRKSRC}/tkxanim.orig > ${WRKSRC}/tkxanim
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/tkxanim ${PREFIX}/bin
|
|
-${MKDIR} ${PREFIX}/share/icons
|
|
${INSTALL_DATA} ${WRKSRC}/tkxanim.gif ${PREFIX}/share/icons
|
|
|
|
.include <bsd.port.mk>
|