diff options
Diffstat (limited to 'ftp/kpum/Makefile')
-rw-r--r-- | ftp/kpum/Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/ftp/kpum/Makefile b/ftp/kpum/Makefile deleted file mode 100644 index 6c9d9d909f3c..000000000000 --- a/ftp/kpum/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Ports collection makefile for: kpum -# Date created: Jun 18, 2004 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= kpum -PORTVERSION= 0.5.3.1 -PORTREVISION= 7 -CATEGORIES= ftp -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= KDE pureftpd user manager - -DEPRECATED= Depends on QT3; unmaintained -EXPIRATION_DATE= 2013-07-01 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} - -USE_BZIP2= yes -USE_KDELIBS_VER=3 -USE_GMAKE= yes -USE_AUTOTOOLS= libtool -INSTALLS_ICONS= yes -USES= gettext - -.include <bsd.port.mk> |