freebsd-ports/russian/ksocrat/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

34 lines
858 B
Makefile

# New ports collection makefile for: ksocrat
# Date created: 30.04.2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
PORTNAME= ksocrat
PORTVERSION= 3.2.1
PORTREVISION= 6
CATEGORIES= russian kde
MASTER_SITES= http://ksocrat.linux.kiev.ua/download/
MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION}
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
${PORTNAME}-enru-dic-1.0.1${EXTRACT_SUFX} \
${PORTNAME}-ruen-dic-1.0.1${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= KSocrat is the simple English/Russian Russian/English dictionary
USE_BZIP2= yes
USE_KDELIBS_VER=3
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
RESTRICTED= Redistribution not allowed
LDFLAGS+= -L${LOCALBASE}/lib
post-install:
${INSTALL_DATA} ${WRKDIR}/usr/share/apps/ksocrat/* \
${PREFIX}/share/apps/ksocrat
.include <bsd.port.mk>