diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 05:49:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 05:49:35 +0800 |
commit | f919957363034c287ce4527a437758326ccd1c01 (patch) | |
tree | 496c722222b746ec4b7d8e984d2c9c4c053e3fbc /cad | |
parent | 172d17717dff405bc47298ed9348544313605370 (diff) | |
download | freebsd-ports-gnome-f919957363034c287ce4527a437758326ccd1c01.tar.gz freebsd-ports-gnome-f919957363034c287ce4527a437758326ccd1c01.tar.zst freebsd-ports-gnome-f919957363034c287ce4527a437758326ccd1c01.zip |
Convert from USE_MOTIF to USES=motif
While here:
- trim headers
- Remove indefinite article from comment
- convert USE_GMAKE to USES=gmake
Diffstat (limited to 'cad')
-rw-r--r-- | cad/alliance/Makefile | 6 | ||||
-rw-r--r-- | cad/dinotrace/Makefile | 11 | ||||
-rw-r--r-- | cad/electric/Makefile | 3 | ||||
-rw-r--r-- | cad/mars/Makefile | 6 | ||||
-rw-r--r-- | cad/pcb/Makefile | 4 |
5 files changed, 11 insertions, 19 deletions
diff --git a/cad/alliance/Makefile b/cad/alliance/Makefile index 9d11db4774f9..09a5f216209a 100644 --- a/cad/alliance/Makefile +++ b/cad/alliance/Makefile @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= hrs DISTNAME= ${PORTNAME}-5.0-20090901 MAINTAINER= hrs@FreeBSD.org -COMMENT= A complete set of CAD tools and libraries for VLSI design +COMMENT= Complete set of CAD tools and libraries for VLSI design NOT_FOR_ARCHS= amd64 ia64 powerpc sparc64 NOT_FOR_ARCHS_REASON= ${PKGNAME} does not build on ${ARCH} @@ -20,9 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-5.0 SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -USES= bison -USE_GMAKE= yes -USE_MOTIF= yes +USES= bison gmake motif HAS_CONFIGURE= yes CONFIGURE_ENV+= ALLIANCE_TOP=${ALLIANCE_TOP} diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile index dbe693aa70e1..67e99d4e3dfc 100644 --- a/cad/dinotrace/Makefile +++ b/cad/dinotrace/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dinotrace -# Date created: July 05, 2004 -# Whom: Joachim Strombergson <watchman@ludd.ltu.se> -# +# Created by: Joachim Strombergson <watchman@ludd.ltu.se> # $FreeBSD$ -# PORTNAME= dinotrace PORTVERSION= 9.4c @@ -13,16 +9,15 @@ MASTER_SITES= http://www.veripool.org/ftp/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= A graphical signal trace waveform viewer +COMMENT= Graphical signal trace waveform viewer OPTIONS_DEFINE= EMACS OPTIONS_DEFAULT= EMACS EMACS_DESC= Install Emacs supplimentary files USE_XORG= x11 sm ice xmu xt -USE_MOTIF= yes +USES= gmake motif USE_PERL5_BUILD= yes -USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes diff --git a/cad/electric/Makefile b/cad/electric/Makefile index 01e3a8a4c25e..2e2ffb3508ce 100644 --- a/cad/electric/Makefile +++ b/cad/electric/Makefile @@ -18,9 +18,10 @@ OPTIONS_DEFINE= T1LIB NLS OPTIMIZED_CFLAGS OPTIONS_DEFAULT= T1LIB T1LIB_DESC= Use T1lib Type1 font library +USES= motif + .include <bsd.port.options.mk> -USE_MOTIF= yes FEATURES+= MOTIF .if ${PORT_OPTIONS:MT1LIB} diff --git a/cad/mars/Makefile b/cad/mars/Makefile index cc9d9947696f..b50fc2ec472a 100644 --- a/cad/mars/Makefile +++ b/cad/mars/Makefile @@ -1,6 +1,4 @@ -# Ports collection makefile for: MaRS -# Date created: Mon Nov 18, 1996 -# Whom: David O'Brien (obrien@cs.ucdavis.edu) +# Created by: David O'Brien <obrien@cs.ucdavis.edu> # # $FreeBSD$ # @@ -28,7 +26,7 @@ NO_WRKSUBDIR= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} -USE_MOTIF= yes +USES+= motif MAKEFILE= Makefile.XMotif .else MAKEFILE= Makefile.NoX diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index b762bcf49c82..73a388248880 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= m4>=1.4.11:${PORTSDIR}/devel/m4 \ BUILD_DEPENDS:= ${RUN_DEPENDS} USE_AUTOTOOLS= autoconf -USE_GMAKE= yes +USES= gmake USE_TK_RUN= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes @@ -64,7 +64,7 @@ CONFIGURE_ARGS+= \ CONFIGURE_ARGS+= --without-gui CONFIGURE_ENV+= WISH=${TRUE} .elif ${PORT_OPTIONS:MMOTIF} -USE_MOTIF= yes +USES+= motif USE_TK_RUN= yes CONFIGURE_ARGS+= --with-gui=lesstif CONFIGURE_ENV+= WISH=${WISH} |