head	1.12;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.06.01.15;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.10.13.13.39.56;	author dinoex;	state Exp;
branches;
next	1.10;

1.10
date	2010.04.01.06.39.37;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2010.04.01.06.01.36;	author linimon;	state Exp;
branches;
next	1.8;

1.8
date	2009.09.26.04.27.24;	author dinoex;	state Exp;
branches;
next	1.7;

1.7
date	2005.10.02.06.07.24;	author dinoex;	state Exp;
branches;
next	1.6;

1.6
date	2005.04.12.03.26.30;	author obrien;	state Exp;
branches;
next	1.5;

1.5
date	2005.04.11.08.03.54;	author obrien;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.20.18.26.41;	author dinoex;	state Exp;
branches;
next	1.3;

1.3
date	2001.08.21.18.37.14;	author dinoex;	state Exp;
branches;
next	1.2;

1.2
date	2001.06.24.04.28.52;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.31.11.36.38;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# $FreeBSD: head/security/pgpin/Makefile 305832 2012-10-13 13:39:56Z dinoex $

PORTNAME=	pgpin
PORTVERSION=	010323
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	dinoex
DISTNAME=	pgp263in${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	dinoex@@FreeBSD.org
COMMENT=	PGP International version - improved for use in IN-CA

WRKSRC=		${WRKDIR}/pgp263in/src

MAKEFILE=	makefile
ALL_TARGET=	freebsd-${ARCH} OS_CFLAGS="${CFLAGS}"
PGPLIB=		${PREFIX}/lib/pgpin
MAN1=		pgpin.1

do-install:
	cd ${WRKSRC}; ${INSTALL_PROGRAM} -c -o bin -g bin -m 555 \
		pgp ${PREFIX}/bin/pgpin
	cd ${WRKSRC}/../doc; \
		${INSTALL_MAN} -c -o bin -g bin -m 444 \
		pgp.1 ${PREFIX}/man/man1/pgpin.1
	-${MKDIR} ${PGPLIB}
	${CHMOD} 555 ${PGPLIB}
	${INSTALL_DATA} -c -o bin -g bin -m 444 \
			${FILESDIR}/CHANGES ${PGPLIB}
	cd ${WRKSRC}/..; \
		${INSTALL_DATA} -c -o bin -g bin -m 444 \
			pgp.hlp doc/pgpdoc1.txt doc/pgpdoc2.txt ${PGPLIB}; \
		${INSTALL_DATA} -c -o bin -g bin -m 444 \
			language.txt ${PGPLIB}/language.txt-dist; \
		[ -f ${PGPLIB}/language.txt ] || \
		${INSTALL_DATA} -c -o bin -g bin -m 444 \
			language.txt ${PGPLIB}; \
		${INSTALL_DATA} -c -o bin -g bin -m 444 \
			config.txt ${PGPLIB}/config.txt-dist; \
		[ -f ${PGPLIB}/config.txt ] || \
		${INSTALL_DATA} -c -o bin -g bin -m 444 \
			config.txt ${PGPLIB}
	-${PREFIX}/bin/pgpin > /dev/null  2>&1  # update .idx file

.include <bsd.port.mk>
@


1.11
log
@SVN rev 305832 on 2012-10-13 13:39:56Z by dinoex

- cleanup comments
Feature safe: yes
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.10
log
@Revert previous commit: it had already been fixed.
@
text
@a0 4
# New ports collection makefile for: pgpin
# Date created:         23 Mar 2001
# Whom:                 dirk.meyer@@dinoex.sub.org
#
a1 1
#
@


1.9
log
@Mark as not yet ported to powerpc.

Hat:		portmgr
@
text
@d51 1
a51 7
.include <bsd.port.pre.mk>

.if ${ARCH} == "powerpc"
IGNORE=		does not build: not yet ported to powerpc
.endif

.include <bsd.port.post.mk>
@


1.8
log
@- use ARCH instead of MACHINE_ARCH
Feature safe:	yes
@
text
@d51 7
a57 1
.include <bsd.port.mk>
@


1.7
log
@- Fix MASTER_SITES
@
text
@d22 1
a22 1
ALL_TARGET=	freebsd-${MACHINE_ARCH} OS_CFLAGS="${CFLAGS}"
@


1.6
log
@At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
@
text
@d11 2
a12 1
MASTER_SITES=	ftp://ftp.fu-berlin.de/doc/IN/IN-CA/pgp/pgp263in/
@


1.5
log
@Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
@
text
@d21 1
a21 1
ALL_TARGET=	freebsd-${ARCH} OS_CFLAGS="${CFLAGS}"
@


1.4
log
@- add COMMENT
@
text
@d21 1
a21 1
ALL_TARGET=	freebsd-${MACHINE_ARCH} OS_CFLAGS="${CFLAGS}"
@


1.3
log
@Update to 20010323

Changelog:
  - Fixed a spelling error.
  - language.txt fixed.
  - DOS compile process brushed up.
  - Protect against my nightmare dream ten hours ago.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/pgpin/Makefile,v 1.2 2001/06/24 04:28:52 dinoex Exp $
d16 1
@


1.2
log
@change MAINTAINER to FreeBSD.org address
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/pgpin/Makefile,v 1.1 2001/03/31 11:36:38 dinoex Exp $
d9 1
a9 1
PORTVERSION=	010322
d12 1
a12 1
DISTNAME=	pgp263in010322
@


1.1
log
@PGP (Pretty Good Privacy) is a public key encryption pack-
age to protect E-mail and data files.  It lets you  commu-
nicate  securely  with  people  you've  never met, with no
secure channels needed for prior exchange of  keys.   It's
well featured and fast, with sophisticated key management,
digital signatures, data compression, and  good  ergonomic
design.

Contributors:
  Matthias Bruestle for the myetsid feature.
  Lutz Donnerhacke for the pgp2.6.3in development.
  Ingmar Camphausen, Thomas Roessler, a.o. for extensive testing.

WWW: http://www.in-ca.individual.net/
FTP: ftp://ftp.fu-berlin.de/doc/IN/IN-CA/pgp/pgp263in/files/pgp263in.changes
@
text
@d5 1
a5 1
# $FreeBSD: $
d15 1
a15 1
MAINTAINER=	dirk.meyer@@dinoex.sub.org
@

