1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/devel/kdbg/Makefile

22 lines
414 B
Makefile

# New ports collection makefile for: kdbg
# Date created: 02 November 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
PORTNAME= kdbg
PORTVERSION= 1.2.1
CATEGORIES= devel kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= kdbg/
MAINTAINER= jedgar@FreeBSD.org
USE_LIBTOOL= yes
USE_KDEBASE_VER=2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-kde-version=2
.include <bsd.port.mk>