1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/editors/yudit/Makefile

35 lines
775 B
Makefile
Raw Normal View History

# 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$
#
PORTNAME= yudit
2000-05-20 03:02:50 +00:00
PORTVERSION= 1.5.p1
CATEGORIES= editors converters print
2000-05-20 01:59:13 +00:00
MASTER_SITES= http://yudit.org/download/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/editors/X
DISTNAME= ${PORTNAME}-1.5
2000-05-20 03:02:50 +00:00
PATCH_SITES= http://yudit.org/download/
PATCHFILES= yudit-1.5.patch1
PATCH_DIST_STRIP= -p1
MAINTAINER= rch@WriteMe.Com
1999-11-25 03:41:57 +00:00
LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
2000-05-20 03:02:50 +00:00
CONFIGURE_ENV= LC_ALL=
GNU_CONFIGURE= YES
2000-05-20 03:02:50 +00:00
MAKE_ENV= LC_ALL=
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>