freebsd-ports/x11/tycoon/Makefile
David W. Chapman Jr. 534fffca27 ${PERL} -> ${REINPLACE_CMD}
PR:		40784
Submitted by:	corecode@corecode.ath.cx
Reviewed by:	flynn@energyhq.homeip.net
2002-09-01 16:07:59 +00:00

28 lines
553 B
Makefile

# New ports collection makefile for: tycoon
# Date created: 19 September 1997
# Whom: steve@farrell.org
#
# $FreeBSD$
#
PORTNAME= tycoon
PORTVERSION= 1.07o
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= X11/desktop
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= xforms:${PORTSDIR}/x11-toolkits/xforms
USE_REINPLACE= yes
USE_IMAKE= yes
USE_XPM= yes
post-build:
${RM} -f ${WRKSRC}/xbackdrop/backdrops/index~ ;\
${REINPLACE_CMD} -e 's,/usr/lib,${PREFIX}/lib,' \
${WRKSRC}/xbackdrop/backdrops/index
.include <bsd.port.mk>