summaryrefslogtreecommitdiff
path: root/print/tex-resume/Makefile
blob: f9a6bd55a93ba162250623c9ada394c3fbee3fc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $NetBSD: Makefile,v 1.4 2011/10/18 20:46:07 minskim Exp $

DISTNAME=	resume
PKGNAME=	tex-${DISTNAME}-20010823
PKGREVISION=	1
CATEGORIES=	print
MASTER_SITES=	${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/}
EXTRACT_SUFX=	.zip

MAINTAINER=	jmmv@NetBSD.org
HOMEPAGE=	http://www.ctan.org/tex-archive/macros/latex/contrib/resume/
COMMENT=	Resume document style

DEPENDS+=	tex-latex-bin-[0-9]*:../../print/tex-latex-bin

PKG_DESTDIR_SUPPORT=	user-destdir

NO_BUILD=	yes

INSTALLATION_DIRS=	share/texmf-dist/tex/latex/resume

.include "../../print/kpathsea/texmf.mk"

do-install:
	${INSTALL_DATA} ${WRKSRC}/res.cls \
		${DESTDIR}${PREFIX}/share/texmf-dist/tex/latex/resume/

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