Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
29 lines
635 B
Makefile
29 lines
635 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 xorg
|
|
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>
|