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


1.13
date	2013.02.06.19.12.36;	author svnexp;	state Exp;
branches;
next	1.12;

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

1.11
date	2011.08.09.15.41.28;	author mm;	state Exp;
branches;
next	1.10;

1.10
date	2011.03.23.15.53.21;	author mm;	state Exp;
branches;
next	1.9;

1.9
date	2009.02.23.14.46.34;	author mm;	state Exp;
branches;
next	1.8;

1.8
date	2008.06.06.14.00.46;	author edwin;	state Exp;
branches;
next	1.7;

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

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

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

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

1.3
date	2007.04.02.22.56.13;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2007.03.11.20.33.09;	author miwi;	state Exp;
branches;
next	1.1;

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


desc
@@


1.13
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311776
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for:	aolserver-nsmcrypt
# Date created:		12 Oct 2006
# Whom:			Martin Matuska <mm@@FreeBSD.org>
#
# $FreeBSD: head/security/aolserver-nsmcrypt/Makefile 311776 2013-02-06 15:42:16Z gahr $
#

PORTNAME=	nsmcrypt
PORTVERSION=	1.1
PORTREVISION=	3
CATEGORIES=	security www
MASTER_SITES=	http://www.aolserver.cz/download/
PKGNAMEPREFIX=	aolserver-
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	aolserver

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	AOLserver interface to mcrypt library

PORTSCOUT=	skipv:2.0

WRKSRC=		${WRKDIR}

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

AOLSERVERBASE?=	aolserver
LIB_DEPENDS+=	mcrypt.8:${PORTSDIR}/security/mcrypt
BUILD_DEPENDS+=	${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
RUN_DEPENDS+=	${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver

USE_GMAKE=	yes
MAKEFILE=	Makefile.ns

USE_TCL=	84+

PLIST_FILES=	${AOLSERVERBASE}/bin/nsmcrypt.so \
		${AOLSERVERBASE}/lib/libnsmcrypt.a \
		${AOLSERVERBASE}/lib/libnsmcrypt.so

.include <bsd.port.pre.mk>

CFLAGS+=	"-I${LOCALBASE}/include"
MAKE_ARGS+=	NSHOME="${LOCALBASE}/${AOLSERVERBASE}" \
		DLLLIBS="-L${LOCALBASE}/lib -lmcrypt" \
		MODLIBS="-L${LOCALBASE}/lib -lmcrypt"

.if !defined(NOPORTDOCS)
PORTDOCS=	AUTHORS CHANGES COPYING README
.endif

post-patch:
	@@${REINPLACE_CMD} -e 's/^CFLAGS   =/CFLAGS  +=/g' \
	-e 's/^MODLIBS  =/MODLIBS +=/g' \
	-e '/^OBJS     =.*/{n;s/.*/MODOBJS  = $$(OBJS)/g;G;}' \
		${WRKSRC}/${MAKEFILE}

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

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


1.12
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/security/aolserver-nsmcrypt/Makefile 300897 2012-07-14 14:29:18Z beat $
a35 1
USE_TCL_THREADS=	yes
@


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

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


1.10
log
@- Add LICENSE knob(s)
@
text
@d17 1
a17 1
MAINTAINER=	mm@@FreeBSD.org
@


1.9
log
@- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:	pointyhat (pav)
@
text
@d24 3
@


1.8
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.7
log
@- Add PORTSCOUT skipv
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.6
log
@- Fix RUN_DEPENDS
- Bump PORTREVISION

devel/gmake was accidentially included in RUN_DEPENDS
@
text
@d20 2
@


1.5
log
@- update to 1.1
- move AOLSERVERBASE under PREFIX
- move small pkg-plist to PLIST_FILES

Approved by:	garga (mentor)
@
text
@d10 1
d25 1
a25 1
RUN_DEPENDS+=	${BUILD_DEPENDS}
@


1.4
log
@- updated maintainer e-mail address

Approved by:	garga (mentor)
@
text
@d9 1
a9 2
PORTVERSION=	1.0
PORTREVISION=	1
d21 1
a21 1
AOLSERVERBASE?=	${PREFIX}/aolserver
d23 1
a23 1
BUILD_DEPENDS+=	${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
a24 1
PLIST_SUB+=	AOLSERVERBASE=${AOLSERVERBASE:S/${PREFIX}\///}
d27 1
d32 4
d38 4
a41 2
MAKE_ARGS=	NSHOME=${AOLSERVERBASE} MODLIBS="-L${LOCALBASE}/lib -lmcrypt" \
		CFLAGS="-I. -I${AOLSERVERBASE}/include -I${LOCALBASE}/include -I${TCL_INCLUDEDIR} -DAOL4=1 -fPIC"
d44 1
a44 1
PORTDOCS=	AUTHORS COPYING README
d48 4
a51 1
	@@ ${REINPLACE_CMD} -e 's|OBJS|MODOBJS|' ${WRKSRC}/Makefile
@


1.3
log
@- Convert existing ports to a new bsd.tcl.mk order

PR:		ports/109097
Submitted by:	Martin Matuska <martin@@matuska.org>
Tested on:	pointyhat exp-run
@
text
@d3 1
a3 1
# Whom:			Martin Matuska <martin@@matuska.org>
d17 1
a17 1
MAINTAINER=	martin@@matuska.org
@


1.2
log
@- Respect tcl-threads
- Fix build
- Bump PORTREVISIOn

Submitted by:   pointyhat
Approved by:    maintainer
@
text
@d30 2
a31 7
USE_TCL_VER?=	84

.if ${USE_TCL_VER} != 84 && ${USE_TCL_VER} != 85
IGNORE=		supported values for USE_TCL_VER are only 84 and 85
.endif

USE_TCL_BUILD=	${USE_TCL_VER}-thread
@


1.1
log
@AOLserver interface to mcrypt library

WWW: http://www.aolserver.cz/

- Martin Matuska
martin@@matuska.org

PR:		ports/105781
Submitted by:	Martin Matuska <martin@@matuska.org>
Approved by:	erwin (mentor)
@
text
@d8 1
a8 1
PORTNAME=	aolserver-nsmcrypt
d10 1
d13 2
a14 1
DISTFILES=	nsmcrypt-${PORTVERSION}.tgz
d29 8
a36 1
USE_TCL_BUILD=	yes
@

