head	1.8;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.2;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.01.00;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2011.08.09.15.41.28;	author mm;	state Exp;
branches;
next	1.6;

1.6
date	2011.03.23.15.53.20;	author mm;	state Exp;
branches;
next	1.5;

1.5
date	2009.08.22.00.34.48;	author amdmi3;	state Exp;
branches;
next	1.4;

1.4
date	2007.08.21.14.02.40;	author mm;	state Exp;
branches;
next	1.3;

1.3
date	2007.07.02.22.43.31;	author mm;	state Exp;
branches;
next	1.2;

1.2
date	2007.04.05.13.19.06;	author mm;	state Exp;
branches;
next	1.1;

1.1
date	2007.02.02.13.57.29;	author gabor;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	aolserver-nsencrypt
# Date created:		12 Oct 2006
# Whom:			Martin Matuska <mm@@FreeBSD.org>
#
# $FreeBSD: head/security/aolserver-nsencrypt/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	aolserver-nsencrypt
PORTVERSION=	0.4
PORTREVISION=	2
CATEGORIES=	security www
MASTER_SITES=	SF/aolserver/nsencrypt/${PORTVERSION}
DISTFILES=	nsencrypt-${PORTVERSION}-src.tar.gz
DIST_SUBDIR=	aolserver

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	OpenSSL data encryption module for AOLserver

LICENSE=	GPLv1 MPL
LICENSE_COMB=	dual

WRKSRC=		${WRKDIR}/nsencrypt-${PORTVERSION}

AOLSERVERBASE?=	aolserver
BUILD_DEPENDS+=	${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
RUN_DEPENDS+=	${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
PLIST_SUB+=	AOLSERVERBASE=${AOLSERVERBASE}

USE_OPENSSL=	yes
USE_GMAKE=	yes

MAKE_ARGS=	AOLSERVER="${LOCALBASE}/${AOLSERVERBASE}" \
		OPENSSL="${OPENSSLBASE}"

PLIST_FILES=	${AOLSERVERBASE}/bin/nsencrypt.so \
		${AOLSERVERBASE}/lib/libnsencrypt.a \
		${AOLSERVERBASE}/lib/libnsencrypt.so

.if !defined(NOPORTDOCS)
PORTDOCS=	ChangeLog readme.txt
.endif

post-patch:
	@@${REINPLACE_CMD} \
		-e '/^MODOBJS  =.*/{p;s/MODOBJS  =/OBJS  +=/g;}' \
		-e '/^MODLIBS  =.*/{p;s/MODLIBS  =/DLLLIBS  +=/g;}' \
		${WRKSRC}/Makefile

post-install:
.if !defined(NOPORTDOCS)
	@@ ${MKDIR} ${DOCSDIR}
.for FILE in ${PORTDOCS}
	@@ ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
@


1.7
log
@Transfer maintainer back to ports@@FreeBSD.org

Approved by:	maintainer (myself)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Add LICENSE knob(s)
@
text
@d16 1
a16 1
MAINTAINER=	mm@@FreeBSD.org
@


1.5
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d19 3
@


1.4
log
@- Fix RUN_DEPENDS
- Bump PORTREVISION

devel/gmake was accidentially included in RUN_DEPENDS
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	aolserver
@


1.3
log
@- fix build of libns*.so
- move AOLSERVERBASE under PREFIX
- move small pkg-plist to PLIST_FILES
- bump PORTREVISION

Approved by:	garga (mentor)
@
text
@d10 1
a10 1
PORTREVISION=	1
d24 1
a24 1
RUN_DEPENDS+=	${BUILD_DEPENDS}
@


1.2
log
@- updated maintainer e-mail address

Approved by:	garga (mentor)
@
text
@d10 1
d22 2
a23 2
AOLSERVERBASE?=	${PREFIX}/aolserver
BUILD_DEPENDS+=	${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
d25 1
a25 1
PLIST_SUB+=	AOLSERVERBASE=${AOLSERVERBASE:S/${PREFIX}\///}
d30 6
a35 1
MAKE_ARGS=	AOLSERVER=${AOLSERVERBASE} OPENSSL=${OPENSSLBASE}
d41 6
@


1.1
log
@This module Uses OpenSSL to encrypt using the
AES, Blowfish, Cast5, IDEA and DES cyphers.

WWW: http://www.aolserver.com/

- Martin Matuska
martin@@matuska.org

PR:		ports/105781
Submitted by:	Martin Matuska <martin@@matuska.org>
Approved by:	erwin (mentor)
@
text
@d3 1
a3 1
# Whom:			Martin Matuska <martin@@matuska.org>
d16 1
a16 1
MAINTAINER=	martin@@matuska.org
@

