aboutsummaryrefslogtreecommitdiff
path: root/textproc/msort/Makefile
blob: 27db658de1d572c8db940f9bd00c09bd5d4fc6ce (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
31
32
33
34
35
36
37
# New ports collection makefile for:	msort
# Date created:		2006-08-11
# Whom:			Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=	msort
PORTVERSION=	8.38
PORTREVISION=	1
CATEGORIES=	textproc
MASTER_SITES=	http://billposer.org/Software/Downloads/

MAINTAINER=	clsung@FreeBSD.org
COMMENT=	Sorting files in sophisticated ways

BUILD_DEPENDS=	${RUN_DEPENDS}
LIB_DEPENDS=	tre:${PORTSDIR}/textproc/libtre \
    		uninum:${PORTSDIR}/devel/libuninum
RUN_DEPENDS=	iwidgets>=0:${PORTSDIR}/x11-toolkits/iwidgets

CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib"
MAKE_ENV+=	INCLUDES="-I${LOCALBASE}/include"
GNU_CONFIGURE=	yes
USE_TK_RUN=	yes

PLIST_FILES=	bin/msg bin/msort

MAN1=		msort.1

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500035
BROKEN=		Does not build with older versions of FreeBSD
.endif

.include <bsd.port.post.mk>