freebsd-ports/ports-mgmt/kports/Makefile
Ion-Mihai Tetcu c4b8c509f8 KPorts is KDE-Frontend to the FreeBSD-Ports and in future also to the
OpenBsd-Ports, PkgSrc and maybe others.
You can browse and search through your Portstree and perform actions
like Upgrades, Installs, Uninstall a.s.o. More advanced features like
setting Options and Vulnerability checking are also available. For a
complete list, check the Homepage or the Changelog.
Functionality is KPorts' main goal, not simplification by reducing
options; however KPorts should be rather easy to use.

WWW: http://kports.sf.net

PR:		ports/99653
Submitted by:	Hannes Hauswedell <hannes.hauswedell@gmail.com>
2006-07-03 16:11:50 +00:00

42 lines
973 B
Makefile

# New ports collection makefile for: kports
# Date created: Thu Jan 12 12:47:58 UTC 2006
# Whom: Hannes Hauswedell <hannes.hauswedell@gmail.com>
#
# $FreeBSD$
#
PORTNAME= kports
PORTVERSION= 0.6.0
CATEGORIES= sysutils kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= hannes.hauswedell@gmail.com
COMMENT= Powerful KDE-Frontend to the Ports
USE_BZIP2= yes
USE_GMAKE= yes
USE_KDELIBS_VER=3
USE_AUTOTOOLS= libtool:15
PREFIX= ${KDE_PREFIX}
RUN_DEPENDS+= ${PREFIX}/sbin/portupgrade:${PORTSDIR}/sysutils/portupgrade
RUN_DEPENDS+= kdehier>=0:${PORTSDIR}/misc/kdehier
OPTIONS= PORTAUDIT "Require Portaudit" on
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= doesn't compile properly on 4.x systems
.endif
.if !defined(WITHOUT_PORTAUDIT)
RUN_DEPENDS+= ${PREFIX}/sbin/portaudit:${PORTSDIR}/security/portaudit
.endif
post-install:
# @${CAT} ${PKGDIR}/pkg-message
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>