blob: d91951fd929cc56f81d602ac2d75f4b269be5b0f (
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
|
# 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.7
#PORTEPOCH=
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= alane@FreeBSD.org
COMMENT= A tool for building/running QT GUIs for commmand line programs
USE_QT_VER= 3
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS+=--enable-mt
.include "${.CURDIR}/maninfo.mk"
.include <bsd.port.mk>
#EOF
|