1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/kdbg/Makefile

22 lines
414 B
Makefile
Raw Normal View History

# New ports collection makefile for: kdbg
# Date created: 02 November 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
2000-04-11 21:30:15 +00:00
PORTNAME= kdbg
PORTVERSION= 1.2.1
CATEGORIES= devel kde
2000-12-26 13:48:48 +00:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= kdbg/
1999-12-26 22:19:28 +00:00
MAINTAINER= jedgar@FreeBSD.org
USE_LIBTOOL= yes
USE_KDEBASE_VER=2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-kde-version=2
.include <bsd.port.mk>