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


1.4
date	2012.11.17.06.01.20;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2009.08.22.00.35.05;	author amdmi3;	state Exp;
branches;
next	1.2;

1.2
date	2008.03.10.00.52.11;	author lippe;	state Exp;
branches;
next	1.1;

1.1
date	2008.01.10.05.24.33;	author lwhsu;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	shimmer
# Date created:		2008-01-09
# Whom:			Felippe de Meirelles Motta <lippemail@@gmail.com>
#
# $FreeBSD: head/security/shimmer/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	shimmer
PORTVERSION=	0.1.0
CATEGORIES=	security
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
DISTNAME=	${PORTNAME}

MAINTAINER=	lippe@@FreeBSD.org
COMMENT=	Perl implementation that hides a valuable port on your server

NO_WRKSUBDIR=	yes
NO_BUILD=	yes

USE_PERL5_RUN=	yes

PLIST_FILES=	bin/shimmer \
		bin/shimmerd \
		etc/shimmer.conf

do-install:
.if !defined(WITHOUT_CLIENT)
	${INSTALL_SCRIPT} ${WRKSRC}/shimmer ${PREFIX}/bin/shimmer
.endif
.if !defined(WITHOUT_SERVER)
	${INSTALL_SCRIPT} ${WRKSRC}/shimmerd ${PREFIX}/bin/shimmerd
	${INSTALL_DATA} ${WRKSRC}/shimmer.conf ${PREFIX}/etc/shimmer.conf
.endif

.include <bsd.port.mk>
@


1.3
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Change my mail address to lippe@@.

Approved by:	araujo (mentor)
@
text
@d11 1
a11 1
MASTER_SITES=	SF
@


1.1
log
@Add shimmer 0.1.0, perl implementation that hides a valuable port on
your server.

PR:		ports/119512
Submitted by:	Felippe de Meirelles Motta <lippemail at gmail.com>
@
text
@d14 1
a14 1
MAINTAINER=	lippemail@@gmail.com
@

