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


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

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

1.5
date	2011.03.23.15.53.21;	author mm;	state Exp;
branches;
next	1.4;

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

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

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

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


desc
@@


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

PORTNAME=	aolserver-nssha1
PORTVERSION=	0.1
PORTREVISION=	1
CATEGORIES=	security www
MASTER_SITES=	SF/aolserver/nssha1/nssha1-${PORTVERSION}
DISTFILES=	nssha1-${PORTVERSION}.tar.gz
DIST_SUBDIR=	aolserver

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	AOLserver module to perform SHA1 hashes

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

LICENSE=	GPLv1 MPL
LICENSE_COMB=	dual

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_GMAKE=	yes

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

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

post-patch:
	@@ ${REINPLACE_CMD} -e 's|OBJS|MODOBJS|' ${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.6
log
@Transfer maintainer back to ports@@FreeBSD.org

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


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


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


1.3
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.2
log
@- updated maintainer e-mail address

Approved by:	garga (mentor)
@
text
@d10 1
d22 4
a25 4
AOLSERVERBASE?=	${PREFIX}/aolserver
BUILD_DEPENDS+=	${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
RUN_DEPENDS+=	${BUILD_DEPENDS}
PLIST_SUB+=	AOLSERVERBASE=${AOLSERVERBASE:S/${PREFIX}\///}
d29 1
a29 1
MAKE_ARGS=	AOLSERVER=${AOLSERVERBASE} OPENSSL=${OPENSSLBASE}
@


1.1
log
@This AOLserver module performs SHA1 hashes.

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
@

