blob: 18fc0083f091a968cae3865bbb756549137d371b (
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
|
# ex:ts=8
# Ports collection makefile for: kpum
# Date created: Jun 18, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= kpum
PORTVERSION= 0.5.2.1
PORTREVISION= 2
CATEGORIES= ftp
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= KDE pureftpd user manager
USE_KDELIBS_VER= 3
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.mk>
|