diff options
Diffstat (limited to 'russian')
-rw-r--r-- | russian/pgp.language/Makefile | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/russian/pgp.language/Makefile b/russian/pgp.language/Makefile index 71d61583568a..c286ac38fe19 100644 --- a/russian/pgp.language/Makefile +++ b/russian/pgp.language/Makefile @@ -3,7 +3,7 @@ # Date created: 4 May 1995 # Whom: ache # -# $Id: Makefile,v 1.4 1995/06/26 15:00:37 ache Exp $ +# $Id: Makefile,v 1.5 1995/07/01 08:30:48 asami Exp $ # DISTNAME= pgp26ru @@ -14,7 +14,8 @@ EXTRACT_SUFX= .zip MAINTAINER= ache@FreeBSD.ORG -EXEC_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +EXEC_DEPENDS += unzip:${PORTSDIR}/archivers/unzip +EXEC_DEPENDS += pgp:${PORTSDIR}/utils/pgp EXTRACT_CMD= unzip EXTRACT_ARGS= -q NO_WRKSUBDIR= YES @@ -22,26 +23,9 @@ NO_CONFIGURE= YES NO_PATCH= YES NO_BUILD= YES -# Need to define USA_RESIDENT to YES or NO -IS_INTERACTIVE= YES - PGPLIB= ${PREFIX}/lib/pgp OBJS= language.txt ru.hlp -.if !defined(USA_RESIDENT) || ${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO -exec_depends: - @echo - @echo You must set variable USA_RESIDENT to YES, if you are USA resident - @echo or to NO, if you aren\'t USA resident to build this package - @false -.elif defined(USA_RESIDENT) -.if ${USA_RESIDENT} == YES -EXEC_DEPENDS += pgp:${PORTSDIR}/utils/pgp.usa_only -.else -EXEC_DEPENDS += pgp:${PORTSDIR}/utils/pgp.non-usa_only -.endif -.endif - do-install: [ -d ${PGPLIB} ] || mkdir -p ${PGPLIB} cd ${WRKSRC}; install -c -o bin -g bin -m 444 ${OBJS} ${PGPLIB} |