mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
28 lines
528 B
Makefile
28 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= 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
|