1998-12-07 22:05:40 +00:00
|
|
|
# New ports collection makefile for: yudit
|
|
|
|
# Date created: October 3, 1998
|
|
|
|
# Whom: rch@richard.eu.org
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1998-12-07 22:05:40 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 06:21:02 +00:00
|
|
|
PORTNAME= yudit
|
2000-05-20 03:02:50 +00:00
|
|
|
PORTVERSION= 1.5.p1
|
1998-12-07 22:05:40 +00:00
|
|
|
CATEGORIES= editors converters print
|
2000-05-20 01:59:13 +00:00
|
|
|
MASTER_SITES= http://yudit.org/download/ \
|
|
|
|
${MASTER_SITE_SUNSITE}
|
1998-12-07 22:05:40 +00:00
|
|
|
MASTER_SITE_SUBDIR= apps/editors/X
|
2000-05-28 03:38:33 +00:00
|
|
|
DISTNAME= ${PORTNAME}-1.5
|
1998-12-07 22:05:40 +00:00
|
|
|
|
2000-05-20 03:02:50 +00:00
|
|
|
PATCH_SITES= http://yudit.org/download/
|
|
|
|
PATCHFILES= yudit-1.5.patch1
|
|
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
|
1998-12-07 22:05:40 +00:00
|
|
|
MAINTAINER= rch@WriteMe.Com
|
|
|
|
|
1999-11-25 03:41:57 +00:00
|
|
|
LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype
|
1999-04-16 05:19:57 +00:00
|
|
|
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
|
1998-12-07 22:05:40 +00:00
|
|
|
|
2000-05-20 03:02:50 +00:00
|
|
|
CONFIGURE_ENV= LC_ALL=
|
1998-12-07 22:05:40 +00:00
|
|
|
GNU_CONFIGURE= YES
|
2000-05-20 03:02:50 +00:00
|
|
|
MAKE_ENV= LC_ALL=
|
1998-12-07 22:05:40 +00:00
|
|
|
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>
|