summaryrefslogtreecommitdiff
path: root/editors/yudit/Makefile
blob: b897339fb1ab057c90147edf81fbbcd4e2b60636 (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
# New ports collection makefile for:	yudit
# Date created:		October 3, 1998
# Whom:			rch@richard.eu.org
#
# $FreeBSD$
#
#
#
#

PORTNAME=	yudit
PORTVERSION=	1.5
CATEGORIES=	editors converters print
MASTER_SITES=	${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/editors/X

MAINTAINER=	rch@WriteMe.Com

LIB_DEPENDS=	ttf.4:${PORTSDIR}/print/freetype
BUILD_DEPENDS=	msgfmt:${PORTSDIR}/devel/gettext

CONFIGURE_ENV=	LC_ALL=C
GNU_CONFIGURE=	YES
MAKE_ENV=	LC_ALL=C
MAN1=		yudit.1 makeumap.1 stripumap.1 uniconv.1 uniprint.1
USE_GMAKE=	YES

post-install:
	cd ${PREFIX}/bin/ && strip yudit stripumap uniconv uniprint

.include <bsd.port.mk>