diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ivtools/Makefile | 9 | ||||
-rw-r--r-- | graphics/libaux/Makefile | 10 | ||||
-rw-r--r-- | graphics/tgif/Makefile | 2 | ||||
-rw-r--r-- | graphics/vcg/Makefile | 5 | ||||
-rw-r--r-- | graphics/xfig/Makefile | 2 | ||||
-rw-r--r-- | graphics/xfpovray/Makefile | 8 | ||||
-rw-r--r-- | graphics/xgrasp/Makefile | 8 | ||||
-rw-r--r-- | graphics/xli/Makefile | 8 | ||||
-rw-r--r-- | graphics/xmandel/Makefile | 2 | ||||
-rw-r--r-- | graphics/xpx/Makefile | 8 | ||||
-rw-r--r-- | graphics/xv/Makefile | 4 |
11 files changed, 21 insertions, 45 deletions
diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile index 408cdc2d57f5..eb4aa90c1be0 100644 --- a/graphics/ivtools/Makefile +++ b/graphics/ivtools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ivtools -# Date created: 13 March 2002 -# Whom: scott -# +# Created by: scott # $FreeBSD$ -# PORTNAME= ivtools PORTVERSION= 1.2.9 @@ -15,14 +11,15 @@ EXTRACT_SUFX= .tgz MAINTAINER= sylvio@FreeBSD.org COMMENT= Drawing editors derived from idraw -BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff +USES= imake:env USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf CONFIGURE_ARGS= --with-tiff=${PREFIX} +CONFIGURE_ENV= IMAKECPP=${CPP} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} MAKE_ARGS= ARCH=FREEBSD USE_XORG= x11 xaw ice xext diff --git a/graphics/libaux/Makefile b/graphics/libaux/Makefile index 8d34e90f705f..150e455412fc 100644 --- a/graphics/libaux/Makefile +++ b/graphics/libaux/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libaux -# Date created: 14 March 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libaux PORTVERSION= 1.0 @@ -13,12 +9,12 @@ MASTER_SITES= http://www.freebsdbrasil.com.br/~jmelo/ DISTFILES= libaux${EXTRACT_SUFX} libtk${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org -COMMENT= A Nano Window Toolkit and Auxiliary Library for OpenGL +COMMENT= Nano Window Toolkit and Auxiliary Library for OpenGL WRKSRC= ${WRKDIR}/${PORTNAME} +USES= imake USE_GL= glut -USE_IMAKE= yes MAKE_JOBS_UNSAFE= yes do-install: diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index 0b61351b6b08..863735476074 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -18,8 +18,8 @@ RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm OPTIONS_DEFINE= NLS A4SIZE DOCS A4SIZE_DESC= Set default paper size to A4 +USES= imake USE_GCC= any -USE_IMAKE= yes PORTDOCS= HISTORY README USE_XORG= x11 xext xt sm ice MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" diff --git a/graphics/vcg/Makefile b/graphics/vcg/Makefile index 10a5e6876019..2365951aea18 100644 --- a/graphics/vcg/Makefile +++ b/graphics/vcg/Makefile @@ -13,14 +13,13 @@ DISTNAME= ${PORTNAME}.20050204 EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= A Visualization Tool for compiler graphs +COMMENT= Visualization Tool for compiler graphs LICENSE= GPLv2 # (or later) -BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake - WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION} +USES= imake:env USE_XORG= x11 xext MAKE_JOBS_UNSAFE= yes diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index c06dcea4859d..e9ff08f2dd66 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -20,7 +20,7 @@ CONFLICTS= xfig-[12].* xfig-3.1* xfig-3.2.[1234]* WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION} -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xi xmu xpm xt MAN1= xfig.1 MANCOMPRESSED= yes diff --git a/graphics/xfpovray/Makefile b/graphics/xfpovray/Makefile index d0c26c6543ab..3d1112e843c2 100644 --- a/graphics/xfpovray/Makefile +++ b/graphics/xfpovray/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xfpovray -# Date created: 20 Sep 1997 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# +# Created by: Thomas Gellekum <tg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xfpovray PORTVERSION= 1.3.1 @@ -20,7 +16,7 @@ COMMENT= Graphical interface to POV-Ray LIB_DEPENDS= forms.2:${PORTSDIR}/x11-toolkits/xforms RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray-meta -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext xpm USE_GMAKE= yes MAKE_JOBS_UNSAFE= yes diff --git a/graphics/xgrasp/Makefile b/graphics/xgrasp/Makefile index cf8105d2c2ce..9317b6759277 100644 --- a/graphics/xgrasp/Makefile +++ b/graphics/xgrasp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xgrasp -# Date created: 23 July 1995 -# Whom: asami -# +# Created by: asami # $FreeBSD$ -# PORTNAME= xgrasp PORTVERSION= 1.7d @@ -18,8 +14,8 @@ COMMENT= Display GL animations on X screen NO_WRKSUBDIR= yes +USES= imake USE_XORG= x11 xext -USE_IMAKE= yes MAKE_JOBS_SAFE= yes MAN1= glib.1 xgrasp.1 diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index 70ecac34ac8a..fce87bb0980b 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xli -# Date created: 24 November 1994 -# Whom: Satoshi Asami <asami@FreeBSD.org> -# +# Created by: Satoshi Asami <asami@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xli PORTVERSION= 1.17.0 @@ -20,9 +16,9 @@ CONFLICTS_INSTALL= xloadimage-* LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg +USES= imake USE_XORG= xi USE_GCC= any -USE_IMAKE= yes WRKSRC= ${WRKDIR}/xli-${XLI_SNAPVER} MAN1= xli.1 xlito.1 diff --git a/graphics/xmandel/Makefile b/graphics/xmandel/Makefile index 6722da6f7d24..f98244e56635 100644 --- a/graphics/xmandel/Makefile +++ b/graphics/xmandel/Makefile @@ -17,7 +17,7 @@ COMMENT= Window based interface to Mandelbrot sets and Julia sets EXTRACT_CMD= ${SH} EXTRACT_BEFORE_ARGS= # empty EXTRACT_AFTER_ARGS= # empty -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xmu xt USE_PERL5_BUILD=yes NO_WRKSUBDIR= yes diff --git a/graphics/xpx/Makefile b/graphics/xpx/Makefile index dcd0b9185b43..9a59ff8fcfbd 100644 --- a/graphics/xpx/Makefile +++ b/graphics/xpx/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: xpx -# Date created: 25 Oct 1998 -# Whom: Seiichirou Hiraoka -# +# Created by: Seiichirou Hiraoka # $FreeBSD$ -# PORTNAME= xpx PORTVERSION= 1.41 @@ -17,8 +13,8 @@ COMMENT= Simple pixel editing tool to generate data for KISS WRKSRC= ${WRKDIR}/${PORTNAME} +USES= imake USE_XORG= x11 xext -USE_IMAKE= yes XMKMF= xmkmf DOCSDIR= ${PREFIX}/share/doc/ja/${PORTNAME} diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 0e4dfe112a5f..feab3d0d9dcd 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -16,14 +16,14 @@ PATCH_SITES= http://www.gregroelofs.com/code/ PATCHFILES= xv-3.10a-enhancements.20070520-20081216.diff MAINTAINER?= dinoex@FreeBSD.org -COMMENT?= An X11 program that displays images of various formats +COMMENT?= X11 program that displays images of various formats LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ tiff:${PORTSDIR}/graphics/tiff \ png15:${PORTSDIR}/graphics/png \ jasper:${PORTSDIR}/graphics/jasper -USE_IMAKE= yes +USES= imake USE_XORG= xext x11 xt .if !defined(NOMAN) MAN1= bggen.1 vdcomp.1 xcmap.1 xv.1 xvp2p.1 |