mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
db5b2ce0c6
- pass maintainership to submitter PR: 80140 Submitted by: Andrej Zverev <az@inec.ru>
39 lines
1.0 KiB
Makefile
39 lines
1.0 KiB
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= 0
|
|
CATEGORIES= russian kde
|
|
MASTER_SITES= http://ksocrat.linux.kiev.ua/download/ \
|
|
http://voodoo.oberon.net/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= az@inec.ru
|
|
COMMENT= KSocrat is the simple English/Russian Russian/English dictionary
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDELIBS_VER=3
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
RESTRICTED= "Redistribution not allowed"
|
|
NO_CDROM= ${RESTRICTED}
|
|
#NO_PACKAGE= ${RESTRICTED}
|
|
|
|
ONFIGURE_TARGET=
|
|
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKDIR}/usr/share/apps/ksocrat/* \
|
|
${PREFIX}/share/apps/ksocrat
|
|
|
|
.include <bsd.port.mk>
|