freebsd-ports/x11/tycoon/Makefile
FUJISHIMA Satsuki 43a2aac35f use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4.
pre-install -> post-build to make reinstall target working.
change maintainer to ports@ due to maintainer does not have FreeBSD box
anymore.

PR:		23444
Submitted by:	myself
2000-12-30 18:37:03 +00:00

26 lines
530 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_IMAKE= yes
USE_XPM= yes
post-build:
${RM} -f ${WRKSRC}/xbackdrop/backdrops/index~ ;\
${PERL} -pi -e 's,/usr/lib,${PREFIX}/lib,' \
${WRKSRC}/xbackdrop/backdrops/index
.include <bsd.port.mk>