mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
27 lines
626 B
Makefile
27 lines
626 B
Makefile
# New ports collection makefile for: Krn
|
|
# Date created: Sun Apr 16 14:19:19 PDT 2000
|
|
# Whom: adsharma@sharmas.dhs.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= krn
|
|
PORTVERSION= 0.6.11
|
|
CATEGORIES= news kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= adsharma@sharmas.dhs.org
|
|
|
|
LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \
|
|
uu.1:${PORTSDIR}/converters/uulib \
|
|
mimelib.2:${PORTSDIR}/converters/kdesupport11
|
|
|
|
USE_QT= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include
|
|
CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/X11/qt
|
|
|
|
.include <bsd.port.mk>
|