head	1.5;
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.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.05.57.59;	author svnexp;	state Exp;
branches;
next	1.4;

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

1.3
date	2010.06.04.13.49.08;	author dinoex;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.5
log
@Switch exporter over
@
text
@# $FreeBSD: head/german/dtaus/Makefile 305832 2012-10-13 13:39:56Z dinoex $

PORTNAME=	dtaus
PORTVERSION=	0.9
CATEGORIES=	german finance
MASTER_SITES=	http://www.infodrom.org/projects/dtaus/download/

MAINTAINER=	dinoex@@FreeBSD.org
COMMENT=	Belegloser DatenTraegerAUStausch

LICENSE=	GPLv2

ALL_TARGET=	dtaus
PLIST_FILES=	bin/dtaus

PORTDOCS=	ChangeLog README TODO dtaus.txt
PORTEXAMPLES=	dtaus.cls sample.ctl
MAN1=		dtaus.1
MAN5=		dtaus.5

do-configure:
	 ${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' \
		${WRKSRC}/bigint.c ${WRKSRC}/dtaus.c

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/dtaus ${PREFIX}/bin/
	${INSTALL_MAN} ${WRKSRC}/dtaus.1  ${PREFIX}/man/man1/
	${INSTALL_MAN} ${WRKSRC}/dtaus.5  ${PREFIX}/man/man5/
.ifndef(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for doc in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${doc} \
		${DOCSDIR}/
.endfor
.endif
.if !defined(NOPORTEXAMPLES)
	${MKDIR} ${EXAMPLESDIR}
.for doc in ${PORTEXAMPLES}
	${INSTALL_DATA} ${WRKSRC}/${doc} \
		${EXAMPLESDIR}/
.endfor
.endif

.include <bsd.port.mk>
@


1.4
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.3
log
@LICENSE GPLv2
@
text
@a0 4
# New ports collection makefile for:    dtaus
# Date created:         12 Jan 2009
# Whom:                 dirk.meyer@@dinoex.sub.org
#
a1 1
#
@


1.2
log
@- udpate to 0.9
@
text
@d16 2
@


1.1
log
@This package contains a library that is able to read and write German DTAUS
files, DTAUS is an abbreviation for DatenTraegerAUStausch and refers to a
special file format used by German credit institutes in order to manage money
exchanges between accounts and institutes.

Dieses Paket enthaelt ein Programm zur Verwaltung und Erstellung von DTA- bzw.
DTAUS-Dateien. Damit wird belegloser Datentraegeraustausch fuer Ueberweisungen,
Lastschriften, Lohnzahlungen in Euro mit Deutschen Banken automatisiert
realisiert. Als Grundlage dient eine leicht verstaendliche ASCII-Datei,
die in das DTA-Format uebersetzt wird.

LICENSE: GPL2 or later

WWW: http://www.infodrom.org/projects/dtaus/
@
text
@d9 1
a9 1
PORTVERSION=	0.7
@

