freebsd-ports/x11/yakuake/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

25 lines
496 B
Makefile

# New ports collection makefile for: yakuake
# Date created: 1st November, 2005
# Whom: decept
#
# $FreeBSD$
#
PORTNAME= yakuake
PORTVERSION= 2.8.1
PORTREVISION= 7
CATEGORIES= x11 kde
MASTER_SITES= BERLIOS
MAINTAINER= decept0@gmail.com
COMMENT= Quake-style terminal emulator based on KDE's Konsole
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
USE_KDEBASE_VER=3
USE_GMAKE= yes
USE_GETTEXT= yes
LDFLAGS+= ${PTHREAD_LIBS}
.include <bsd.port.mk>