freebsd-ports/devel/kaptain/Makefile
Will Andrews f9be1a26da REST IN PEACE
Alan Eldridge
Born December 15, 1961 in Iowa
Died June 6, 2003 in Denver, Colorado

Thank you for your contributions, you
will be greatly missed.
2003-06-08 21:06:22 +00:00

27 lines
528 B
Makefile

# 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= ports@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