diff options
Diffstat (limited to 'net/ksamba/Makefile')
-rw-r--r-- | net/ksamba/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net/ksamba/Makefile b/net/ksamba/Makefile deleted file mode 100644 index 62e272c..0000000 --- a/net/ksamba/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: ksamba -# Date created: 18 May 1998 -# Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no> -# -# $FreeBSD$ -# - -PORTNAME= ksamba -PORTVERSION= 0.3.4 -PORTREVISION= 1 -CATEGORIES= net kde -MASTER_SITES= ${MASTER_SITE_KDE} \ - http://www.kneschke.de/projekte/ksamba/download/ -MASTER_SITE_SUBDIR= unstable/apps/network - -BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext - -USE_KDELIBS_VER=1 -USE_GMAKE= yes -USE_AUTOMAKE= yes -CONFIGURE_ENV= QTDIR="${X11BASE}" KDEDIR="${LOCALBASE}" \ - MOC="${X11BASE}/bin/moc" -CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/X11/qt - -post-extract: - @${RM} -f ${WRKSRC}/config.cache - @${RM} -f ${WRKSRC}/ksamba/*.moc - -post-patch: - @cd ${WRKSRC} && aclocal - -.include <bsd.port.mk> |