dd34d332a7
Add license marker. Tested by oga@, thanks!
37 lines
679 B
Makefile
37 lines
679 B
Makefile
# $OpenBSD: Makefile,v 1.30 2008/08/28 19:02:55 sthen Exp $
|
|
|
|
COMMENT= tools to convert Xfig's .fig files
|
|
|
|
VERSION= 3.2.5
|
|
DISTNAME= transfig.${VERSION}
|
|
PKGNAME= transfig-${VERSION}
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcj/}
|
|
|
|
LIB_DEPENDS= png.>=2::graphics/png
|
|
RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu \
|
|
:netpbm->=9.19:graphics/netpbm
|
|
|
|
# MIT-like
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PATCHORIG= .pat.orig
|
|
|
|
CONFIGURE_STYLE=imake
|
|
USE_X11= Yes
|
|
|
|
FLAVORS= a4
|
|
FLAVOR?=
|
|
WANTLIB= m X11 c z Xpm
|
|
|
|
.if ${FLAVOR:L:Ma4}
|
|
PATCH_LIST= patch-* a4-*
|
|
.endif
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|