mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Remove optional dependency on deprecated QT3
- Convert Makefile header - Drop leading article from comment
This commit is contained in:
parent
d6cbcbf34d
commit
97ae939ffb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322230
1 changed files with 3 additions and 13 deletions
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: electric
|
# Created by: Mario S F Ferreira <lioux@linf.unb.br> et al.
|
||||||
# Date created: 4 May 2000
|
|
||||||
# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al.
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= electric
|
PORTNAME= electric
|
||||||
PORTVERSION= 7.0.0
|
PORTVERSION= 7.0.0
|
||||||
|
@ -14,24 +10,18 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/^(...)\./\1/}
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/^(...)\./\1/}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A sophisticated electrical CAD system
|
COMMENT= Sophisticated electrical CAD system
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= QT3 T1LIB NLS OPTIMIZED_CFLAGS
|
OPTIONS_DEFINE= T1LIB NLS OPTIMIZED_CFLAGS
|
||||||
OPTIONS_DEFAULT= T1LIB
|
OPTIONS_DEFAULT= T1LIB
|
||||||
QT3_DESC= Use QT gui (instead of Motif)
|
|
||||||
T1LIB_DESC= Use T1lib Type1 font library
|
T1LIB_DESC= Use T1lib Type1 font library
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MQT3}
|
|
||||||
LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33
|
|
||||||
FEATURES+= QT
|
|
||||||
.else
|
|
||||||
USE_MOTIF= yes
|
USE_MOTIF= yes
|
||||||
FEATURES+= MOTIF
|
FEATURES+= MOTIF
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MT1LIB}
|
.if ${PORT_OPTIONS:MT1LIB}
|
||||||
LIB_DEPENDS+= t1.5:${PORTSDIR}/devel/t1lib
|
LIB_DEPENDS+= t1.5:${PORTSDIR}/devel/t1lib
|
||||||
|
|
Loading…
Add table
Reference in a new issue