diff options
Diffstat (limited to 'net/kmud/Makefile')
-rw-r--r-- | net/kmud/Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/net/kmud/Makefile b/net/kmud/Makefile deleted file mode 100644 index 9fc4503..0000000 --- a/net/kmud/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: KMud -# Date created: 31 Oct 1999 -# Whom: Will Andrews <andrews@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= kmud -PORTVERSION= 1.0 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ftp://ftp.kmud.de/pub/kmud/ -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org - -BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext - -USE_KDEBASE_VER=1 -USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" \ - QTDIR="${X11BASE}" - -pre-patch: - @${PERL} -pi -e "s|-ldl ||g" ${WRKSRC}/kmud/Makefile.in - -.include <bsd.port.mk> |