1998-12-07 23:05:40 +01:00
|
|
|
# New ports collection makefile for: yudit
|
1999-04-16 07:19:57 +02:00
|
|
|
# Version required: 1.3
|
1998-12-07 23:05:40 +01:00
|
|
|
# Date created: October 3, 1998
|
|
|
|
# Whom: rch@richard.eu.org
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1998-12-07 23:05:40 +01:00
|
|
|
#
|
2000-02-18 10:18:12 +01:00
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
1998-12-07 23:05:40 +01:00
|
|
|
|
2000-02-18 10:18:12 +01:00
|
|
|
DISTNAME= yudit-1.5
|
1998-12-07 23:05:40 +01:00
|
|
|
CATEGORIES= editors converters print
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= apps/editors/X
|
|
|
|
|
|
|
|
MAINTAINER= rch@WriteMe.Com
|
|
|
|
|
1999-11-25 04:41:57 +01:00
|
|
|
LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype
|
1999-04-16 07:19:57 +02:00
|
|
|
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
|
1998-12-07 23:05:40 +01:00
|
|
|
|
2000-01-29 23:46:04 +01:00
|
|
|
CONFIGURE_ENV= LC_ALL=C
|
1998-12-07 23:05:40 +01:00
|
|
|
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>
|