2003-01-01 16:55:58 +01:00
|
|
|
# ex:ts=8
|
|
|
|
#
|
|
|
|
# New ports collection makefile for: kaptain
|
|
|
|
# Date created: 2002-12-12
|
|
|
|
# Whom: Alan Eldridge <alane@freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kaptain
|
2004-11-09 23:04:39 +01:00
|
|
|
PORTVERSION= 0.72
|
2003-01-01 16:55:58 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2003-06-08 23:06:22 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A tool for building/running QT GUIs for commmand line programs
|
2003-01-01 16:55:58 +01:00
|
|
|
|
|
|
|
USE_QT_VER= 3
|
|
|
|
USE_GMAKE= yes
|
2003-09-25 12:05:05 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-12-05 12:52:35 +01:00
|
|
|
CONFIGURE_ARGS= --enable-mt \
|
|
|
|
--x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
|
2003-09-25 12:05:05 +02:00
|
|
|
|
|
|
|
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
|
2003-01-01 16:55:58 +01:00
|
|
|
|
2003-10-16 06:15:48 +02:00
|
|
|
.include <bsd.port.mk>
|