head	1.2;
access;
symbols
	pkgsrc-2026Q1:1.2.0.6
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.4
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.2.0.2
	pkgsrc-2025Q3-base:1.2;
locks; strict;
comment	@# @;


1.2
date	2025.08.12.16.25.41;	author hauke;	state Exp;
branches;
next	1.1;
commitid	5GdBGPPA3rA0ys6G;

1.1
date	2025.07.05.12.12.14;	author hauke;	state Exp;
branches;
next	;
commitid	MMfosBSUuOZTmy1G;


desc
@@


1.2
log
@Use a common Makefile for devel/asl and devel/asl-doc..

Should satisfy PR pkg/59582
@
text
@# $NetBSD$

PKGNAME=	asl-doc-${PKGVER}
COMMENT=	Portable macro cross assembler documentation

DEPENDS+=	tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+=	tex-latex-bin-[0-9]*:../../print/tex-latex-bin
DEPENDS+=	tex-pdftex-[0-9]*:../../print/tex-pdftex
DEPENDS+=	tex-babel-[0-9]*:../../print/tex-babel
DEPENDS+=	tex-hyperref-[0-9]*:../../print/tex-hyperref
DEPENDS+=	tex-german-[0-9]*:../../print/tex-german
DEPENDS+=	texlive-collection-fontsrecommended-[0-9]*:../../meta-pkgs/texlive-collection-fontsrecommended
DEPENDS+=	texlive-collection-latexrecommended-[0-9]*:../../meta-pkgs/texlive-collection-latexrecommended

DOCDIR=		share/doc/asl

INSTALLATION_DIRS+=	${DOCDIR}

.include "../../devel/asl/Makefile.common"

.include "../../mk/bsd.pkg.mk"
@


1.1
log
@asl is a portable macro cross assembler for a variety of
microprocessors and -controllers. Though it is mainly targeted at
embedded processors and single-board computers, you also find CPU
families in the target list that are used in workstations and PCs.

asl packages binaries and man pages; there is a separate
asl-doc package for the LaTeX generated PDF manual.
@
text
@d3 1
a3 7
DISTNAME=	asl-current-142-bld290
PKGNAME=	asl-doc-1.42.290
CATEGORIES=	devel
MASTER_SITES=	http://john.ccac.rwth-aachen.de:8000/ftp/as/source/c_version/

MAINTAINER=	hauke@@NetBSD.org
HOMEPAGE=	http://john.ccac.rwth-aachen.de:8000/as
a4 9
LICENSE=	gnu-gpl-v2

WRKSRC=		${WRKDIR}/asl-current

# The docs build is entangled with making some objects, which we end
# up not using
USE_LANGUAGES=	c

USE_TOOLS=	gmake
d19 1
a19 3
pre-configure:
	${CP} ${FILESDIR}/Makefile.def.pkgsrc ${WRKSRC}/Makefile.def
	mkdir ${WRKSRC}/objects
@

