34 lines
698 B
Makefile
34 lines
698 B
Makefile
# $OpenBSD: Makefile,v 1.18 2001/04/01 17:06:47 espie Exp $
|
|
|
|
COMMENT= "tools to convert Xfig's .fig files"
|
|
|
|
DISTNAME= transfig.3.2.3c
|
|
PKGNAME= transfig-3.2.3c
|
|
CATEGORIES= print
|
|
NEED_VERSION= 1.363
|
|
|
|
MASTER_SITES= ftp://www-epb.lbl.gov/xfig/ \
|
|
ftp://www-epb.lbl.gov/xfig/previous_versions/
|
|
MASTER_SITE_SUBDIR= applications/drawing_tools/transfig
|
|
|
|
LIB_DEPENDS= jpeg.62::graphics/jpeg
|
|
RUN_DEPENDS= gs:ghostscript-*:print/ghostscript/gnu
|
|
|
|
MAINTAINER= ports@openbsd.org
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
FLAVORS= a4
|
|
FLAVOR?=
|
|
|
|
.if ${FLAVOR:L} == "a4"
|
|
PATCH_LIST= patch-* a4-*
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|