diff options
author | alex <alex@FreeBSD.org> | 2001-02-22 22:18:24 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-02-22 22:18:24 +0800 |
commit | 25bd6eb78a04a74fdf7fb85157de503ec2bf0c0a (patch) | |
tree | 7f3944d9d8525315c348e6ea7f51c89ca097f9f3 /x11-toolkits | |
parent | d28a7bcddbac301e019fbea2301c4b7f8daaaaeb (diff) | |
download | freebsd-ports-gnome-25bd6eb78a04a74fdf7fb85157de503ec2bf0c0a.tar.gz freebsd-ports-gnome-25bd6eb78a04a74fdf7fb85157de503ec2bf0c0a.tar.zst freebsd-ports-gnome-25bd6eb78a04a74fdf7fb85157de503ec2bf0c0a.zip |
Add a qt22 slave port, which sets WANT_STATIC and builds the real qt22.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/qt2-static/Makefile | 17 | ||||
-rw-r--r-- | x11-toolkits/qt22-static/Makefile | 17 |
3 files changed, 35 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index fbd4ccff97f6..82f91d8f19cc 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -75,6 +75,7 @@ SUBDIR += py-wxPython SUBDIR += qt145 SUBDIR += qt22 + SUBDIR += qt22-static SUBDIR += rep-gtk SUBDIR += ruby-fltk SUBDIR += ruby-gtk diff --git a/x11-toolkits/qt2-static/Makefile b/x11-toolkits/qt2-static/Makefile new file mode 100644 index 000000000000..04a7e109a6bd --- /dev/null +++ b/x11-toolkits/qt2-static/Makefile @@ -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" diff --git a/x11-toolkits/qt22-static/Makefile b/x11-toolkits/qt22-static/Makefile new file mode 100644 index 000000000000..04a7e109a6bd --- /dev/null +++ b/x11-toolkits/qt22-static/Makefile @@ -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" |