freebsd-ports/print/transfig/Makefile
Satoshi Asami 4dc064b0c5 jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
 support.)
1998-09-15 11:46:15 +00:00

31 lines
814 B
Makefile

# New ports collection makefile for: transfig
# Version required: 3.2
# Date created: 9 August 1996
# Whom: chuckr@freebsd.org
#
# $Id: Makefile,v 1.19 1998/09/15 11:13:31 asami Exp $
#
DISTNAME= transfig.3.2
PKGNAME= transfig-3.2
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_XCONTRIB} ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= applications/drawing_tools/transfig
DISTFILES= transfig.3.2.tar.gz transfig.3.2.ja_JP.EUC.ps.gz
MAINTAINER= chuckr@freebsd.org
LIB_DEPENDS= Xpm.5:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg
RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm
USE_IMAKE= yes
EXTRACT_ONLY= transfig.3.2.tar.gz
post-install:
@${MKDIR} ${PREFIX}/lib/X11/fig2dev
@${GZCAT} ${DISTDIR}/transfig.3.2.ja_JP.EUC.ps.gz \
> ${PREFIX}/lib/X11/fig2dev/ja_JP.EUC.ps
.include <bsd.port.mk>