aboutsummaryrefslogtreecommitdiffstats
path: root/x11/tycoon/Makefile
blob: 98b32093526d127bd2794c125b0ab6d0ebade7c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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>