aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/xopps/Makefile
blob: 92510cfa08ca6b34b398acd3506c4e05a2fa3389 (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
27
28
29
30
31
32
# New ports collection makefile for:    xopps
# Date created:     1 Ag 1997
# Whom:         Pedro Giffuni (orig)
#
# $FreeBSD$
#

PORTNAME=   xopps
PORTVERSION=    1.13
CATEGORIES= deskutils
MASTER_SITES=   ftp://ftp.weird.com/pub/mirror/ \
        http://dl.droso.net/ports/
DISTNAME=   ${PORTNAME}.${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A tool which lets you draw Gantt charts

ALL_TARGET=
USE_REINPLACE=  yes
USE_X_PREFIX=   yes
USE_MOTIF=  yes
MAKE_ENV=   'MACH=${OPSYS}'

MAN1=   xopps.1

post-extract:
    @${CP} ${WRKSRC}/Defines.spr ${WRKSRC}/Defines.${OPSYS}

post-patch:
    @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/*.c

.include <bsd.port.mk>