blob: de712139a79f845fb0eb190462942f9dabf9c04b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
# 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
BROKEN= Does not compile
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>
|