freebsd-ports/graphics/xfig/Makefile
Kurt Jaeger 1f0be5669e graphics/xfig: update 3.2.5c -> 3.2.7a
PR:		228124
Submitted by:	<mjl@luckie.org.nz> (maintainer)
Reported by:	Pierre David <pdagog@gmail.com>
Relnotes:	http://mcj.sourceforge.net/frm_new_features.html
		http://mcj.sourceforge.net/frm_bugs_fixed.html
2018-05-14 05:39:48 +00:00

29 lines
630 B
Makefile

# Created by: roberto
# $FreeBSD$
PORTNAME= xfig
PORTVERSION= 3.2.7a
CATEGORIES= graphics
MASTER_SITES= SF/mcj/
MAINTAINER= mjl@luckie.org.nz
COMMENT= Drawing program for X11
LIB_DEPENDS= libpng.so:graphics/png \
libXaw3d.so:x11-toolkits/Xaw3d
RUN_DEPENDS= fig2dev:print/fig2dev
CONFLICTS= xfig-[12].* xfig-3.1* xfig-3.2.[1234]*
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= desktop-file-utils gmake jpeg tar:xz
GNU_CONFIGURE= yes
USE_XORG= ice sm x11 xaw xext xi xmu xpm xt
USE_CSTD= gnu89
CFLAGS+= -Wno-return-type -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>