blob: aa72e178e62a649c9325c1e87303bcc47e84a403 (
plain) (
blame)
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
29
30
|
# New ports collection makefile for: kdoc
# Date created: 4 March 2001
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kdoc
PORTVERSION= 2.1
CATEGORIES= textproc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src
MAINTAINER= demon@FreeBSD.org
USE_BZIP2= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500007
BROKEN= "Requires Perl version 5.6.0"
.endif
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= kdoc.1 qt2kdoc.1 makekdedoc.1
pre-configure:
${PERL} -pi -e "s#share/kdoc#lib/perl5/site_perl/${PERL_VER}#" ${WRKSRC}/Makefile.in
.include <bsd.port.post.mk>
|