aboutsummaryrefslogtreecommitdiffstats
path: root/devel/kaptain/Makefile
blob: 30d336d47ddc6a70ed861c589946c82cc77e7f66 (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
33
34
35
36
# ex:ts=8
#
# New ports collection makefile for:    kaptain
# Date created:         2002-12-12
# Whom:             Alan Eldridge <alane@freebsd.org>
#
# $FreeBSD$
#

PORTNAME=   kaptain
PORTVERSION=    0.72
PORTREVISION=   2
CATEGORIES= devel
MASTER_SITES=   SF

MAINTAINER= ports@FreeBSD.org
COMMENT=    A tool for building/running QT GUIs for commmand line programs

USE_XORG=   x11 ice xext
USE_QT_VER= 3
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-mt

MAN1=       kaptain.1
INFO=       kaptain

post-extract:
    @${RM} -f ${WRKSRC}/doc/*.info*

post-patch:
    @${REINPLACE_CMD} -e \
        's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/examples/dia2code.kaptn

.include <bsd.port.mk>