diff options
Diffstat (limited to 'net/kdenetwork4/Makefile')
-rw-r--r-- | net/kdenetwork4/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile deleted file mode 100644 index b4c8527e3d10..000000000000 --- a/net/kdenetwork4/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: kdenetwork2 -# Date created: Sun May 14 00:55:45 -# Whom: Will Andrews <will@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= kdenetwork -PORTVERSION= 2.1.1 -CATEGORIES= net news kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src - -MAINTAINER= will@FreeBSD.org - -LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib - -USE_KDELIBS_VER=2 -USE_BZIP2= yes -INSTALLS_SHLIB= yes -USE_AUTOCONF= yes -USE_GMAKE= yes - -pre-configure: - ${PERL} -pi -e "s:-lpthread:${PTHREAD_LIBS}:g" ${WRKSRC}/knode/Makefile.in - ${PERL} -pi -e "s@all_includes=\"@all_includes=\"-I/usr/include @g" ${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4 - -.include <bsd.port.mk> |