aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/kpum/Makefile
blob: f136497e8e500b5cfe5fb8aec4eecdc84bb7f3ba (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
# Ports collection makefile for:    kpum
# Date created:         Jun 18, 2004
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   kpum
PORTVERSION=    0.5.3.1
PORTREVISION=   1
CATEGORIES= ftp
MASTER_SITES=   SF

MAINTAINER= beech@FreeBSD.org
COMMENT=    KDE pureftpd user manager

WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}

USE_BZIP2=  yes
USE_KDELIBS_VER=3
USE_GMAKE=  yes
USE_AUTOTOOLS=  libtool:15
INSTALLS_ICONS= yes
USE_GETTEXT=    yes

.include <bsd.port.mk>