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