blob: 35dc93cd021ff1ff48516bcee59fbdd5dcac45b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: ru-muttprint
# Date Created: 04 April 2003
# Whom: Alex Semenyaka <alexs@snark.ratmir.ru>
#
# $FreeBSD$
#
PORTNAME= muttprint
PORTREVISION= 5
CATEGORIES= russian print
MAINTAINER= ports@FreeBSD.org
COMMENT= Print in Russian
MASTERDIR= ${.CURDIR}/../../print/muttprint
ADD_TRANS= ${.CURDIR}/files/translation-??.pl
pre-build:
@${REINPLACE_CMD} '/^\\\\usepackage\[T1\]{fontenc}/d' ${WRKSRC}/${PORTNAME}
@${CP} ${ADD_TRANS} ${WRKSRC}/translations/
.include "${MASTERDIR}/Makefile"
|