freebsd-ports/x11/yakuake-kde4/Makefile
Thomas Abthorpe cdcdb11890 - Update to 2.8
PR:		ports/116810
Submitted by:	Shane Bell <decept0 gmail.com> (maintainer)
Approved by:	miwi (co-mentor)
2007-10-16 17:20:13 +00:00

24 lines
516 B
Makefile

# New ports collection makefile for: yakuake
# Date created: 1st November, 2005
# Whom: decept
#
# $FreeBSD$
#
PORTNAME= yakuake
PORTVERSION= 2.8
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>