freebsd-ports/russian/pgp.language/Makefile
2005-02-28 01:23:42 +00:00

39 lines
995 B
Makefile

# New ports collection makefile for: pgp.language
# Date created: 4 May 1995
# Whom: ache
#
# $FreeBSD$
#
PORTNAME= pgp
PORTVERSION= 2.6.3ia
PORTREVISION= 2
CATEGORIES= russian
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/crypto/pgp/
DISTNAME= pgp26ru
MAINTAINER= ports@FreeBSD.org
COMMENT= Russian language module for PGP
RUN_DEPENDS= ${LOCALBASE}/share/pgp/config.txt:${PORTSDIR}/security/pgp
BROKEN= Incorrect pkg-plist
USE_ZIP= YES
NO_WRKSUBDIR= YES
NO_BUILD= YES
PGPLIB= ${PREFIX}/share/pgp
OBJS= language.txt ru.hlp
do-install:
[ -d ${PGPLIB} ] || ${MKDIR} ${PGPLIB}
cd ${WRKSRC}; install -c -o bin -g bin -m 444 ${OBJS} ${PGPLIB}
cd ${WRKSRC}; ${TR} -d '\015' < NOTES.ru > ${PGPLIB}/NOTES.ru
cd ${PGPLIB}; ${GREP} -l -q '^Language.*=.*ru' config.txt || { \
${CP} config.txt config.txt.bak; \
${SED} 's/^Language.*=.*$$/Language = ru/' < config.txt.bak > config.txt; }
-pgp > /dev/null 2>&1 # update .idx file
.include <bsd.port.mk>