diff options
Diffstat (limited to 'x11/yakuake-kde4/Makefile')
-rw-r--r-- | x11/yakuake-kde4/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/x11/yakuake-kde4/Makefile b/x11/yakuake-kde4/Makefile deleted file mode 100644 index a17c7c5be896..000000000000 --- a/x11/yakuake-kde4/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: yakuake -# Date created: 1st November, 2005 -# Whom: decept -# -# $FreeBSD$ -# - -PORTNAME= yakuake -PORTVERSION= 2.8.1 -PORTREVISION= 1 -CATEGORIES= x11 kde -MASTER_SITES= BERLIOS - -MAINTAINER= decept0@gmail.com -COMMENT= Quake-style terminal emulator based on KDE's Konsole - -USE_AUTOTOOLS= libtool:15 -USE_BZIP2= yes -USE_KDEBASE_VER=3 -USE_GMAKE= yes -USE_GETTEXT= yes -INSTALLS_ICONS= yes - -CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS}" - -.include <bsd.port.mk> |