Add a qt22 slave port, which sets WANT_STATIC and builds the real qt22.
This commit is contained in:
parent
423a038944
commit
aa93217650
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38609
3 changed files with 35 additions and 0 deletions
|
@ -75,6 +75,7 @@
|
|||
SUBDIR += py-wxPython
|
||||
SUBDIR += qt145
|
||||
SUBDIR += qt22
|
||||
SUBDIR += qt22-static
|
||||
SUBDIR += rep-gtk
|
||||
SUBDIR += ruby-fltk
|
||||
SUBDIR += ruby-gtk
|
||||
|
|
17
x11-toolkits/qt2-static/Makefile
Normal file
17
x11-toolkits/qt2-static/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# New ports collection makefile for: qt22-static
|
||||
# Date created: 22 February 2001
|
||||
# Whom: alex
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= qt
|
||||
PKGNAMESUFFIX= -static
|
||||
|
||||
MAINTAINER= ports@freebsd.org
|
||||
|
||||
WANT_STATIC= yes
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../qt22
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
17
x11-toolkits/qt22-static/Makefile
Normal file
17
x11-toolkits/qt22-static/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# New ports collection makefile for: qt22-static
|
||||
# Date created: 22 February 2001
|
||||
# Whom: alex
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= qt
|
||||
PKGNAMESUFFIX= -static
|
||||
|
||||
MAINTAINER= ports@freebsd.org
|
||||
|
||||
WANT_STATIC= yes
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../qt22
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in a new issue