aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/barry/Makefile
blob: 30beb07af84da3294260b89d253aa05e76addf29 (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
# New ports collection makefile for:    barry
# Date created:             19 September 2002
# Whom:                 Brad Davis <so14k@so14k.com>
#
# $FreeBSD$
#

PORTNAME=   barry
PORTVERSION=    0.7
CATEGORIES= sysutils kde
MASTER_SITES=   http://www.student.uni-oldenburg.de/frerich.raabe/barry/ \
        http://freebsd.so14k.com/barry/

MAINTAINER= so14k@so14k.com
COMMENT=    A nice KDE frontend to the ports system

USE_BZIP2=  yes
USE_KDELIBS_VER=3
USE_REINPLACE=  yes
GNU_CONFIGURE=  yes

pre-build:
    ${REINPLACE_CMD} "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/Makefile

pre-install:
    ${MKDIR} ${DESTDIR}${PREFIX}/share/applnk/Utilities

.include <bsd.port.mk>