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


1.10
date	2012.11.17.05.54.21;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.10.13.13.39.56;	author dinoex;	state Exp;
branches;
next	1.8;

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

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

1.6
date	2008.09.06.08.06.23;	author dinoex;	state Exp;
branches;
next	1.5;

1.5
date	2007.08.11.17.01.22;	author dinoex;	state Exp;
branches;
next	1.4;

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

1.3
date	2006.09.03.01.26.17;	author kris;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.10
log
@Switch exporter over
@
text
@# $FreeBSD: head/archivers/lha-ac/Makefile 305832 2012-10-13 13:39:56Z dinoex $

PORTNAME=	lha
PORTVERSION=	1.14i
PORTREVISION=	10
CATEGORIES=	archivers
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_JP} \
		http://osdn.dl.sourceforge.jp/%SUBDIR%/
MASTER_SITE_SUBDIR=	lha/22231
PKGNAMESUFFIX=	-ac${PKGNAMESUFFIX2}
DISTNAME=	${PORTNAME}-${PORTVERSION}-ac20050924p1

MAINTAINER=	dinoex@@FreeBSD.org
COMMENT=	Archive files using LZSS and Huffman compression (.lzh files)

CONFLICTS=	lha-1*

MAN1=		lha.1
MANLANG=	ja
PLIST_FILES=	bin/lha
#PLIST_DIRS=	man/ja/man1
GNU_CONFIGURE=	yes

RESTRICTED=	no permission to redistribute

.if !defined(WITHOUT_NLS)
CONFIGURE_ARGS+=	--disable-multibyte-filename
.else
CONFIGURE_ARGS+=	--enable-multibyte-filename=auto
.endif

do-install:
	-${MKDIR} ${MANPREFIX}/man/ja/man1
	${INSTALL_PROGRAM} ${WRKSRC}/src/lha ${PREFIX}/bin/lha
	${INSTALL_MAN} ${WRKSRC}/man/lha.n ${MANPREFIX}/man/ja/man1/lha.1

.include <bsd.port.mk>
@


1.9
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.8
log
@- add CONFLICTS
Suggested by:	ketas
@
text
@a0 4
# New ports collection makefile for:    lha-autoconf
# Date created:         24 Sep 2004
# Whom:                 dirk.meyer@@dinoex.sub.org
#
a1 1
#
@


1.7
log
@- cleanup MASTER_SITES
@
text
@d21 2
@


1.6
log
@- fix typo
Reported by:	Dmitry Marakasov
@
text
@a12 1
		http://qgpop.dl.sourceforge.jp/%SUBDIR%/ \
@


1.5
log
@- security update to ac20050924p1
Security: CVE-2006-4335
Security: CVE-2006-4337
Security: CVE-2006-4338
PR:		115387

- make portlint happier
@
text
@d10 1
a10 1
PORTREVISION=	9
d31 1
a31 1
CONFIGURE_ARGGS+=	--disable-multibyte-filename
d33 1
a33 1
CONFIGURE_ARGGS+=	--enable-multibyte-filename=auto
@


1.4
log
@- do not remove man/ja/man1
http://pointyhat.freebsd.org/errorlogs/amd64-6-latest/lha-ac-1.14i_8.log
@
text
@d10 1
a10 1
PORTREVISION=	8
d15 1
a15 1
MASTER_SITE_SUBDIR=	lha/16650
d17 1
a17 1
DISTNAME=	${PORTNAME}-${PORTVERSION}-ac20050924
d28 1
a28 1
RESTRICTED=	"no permission to redistribute"
@


1.3
log
@NO_PACKAGE is superfluous here
@
text
@d25 1
a25 1
PLIST_DIRS=	man/ja/man1
@


1.2
log
@- update to 1.14i-ac20050924
Suggested by:	Shigekazu Kimura
@
text
@a28 1
NO_PACKAGE=	${RESTRICTED}
@


1.1
log
@the autoconfig-version of lha
maintained as seperate project

Suggested by:	Shigekazu Kimura
@
text
@d10 1
a10 1
PORTREVISION=	7
d15 1
a15 1
MASTER_SITE_SUBDIR=	lha/6052
d17 1
a17 1
DISTNAME=	${PORTNAME}-${PORTVERSION}-ac20030921
@

