diff options
author | alex <alex@FreeBSD.org> | 2001-02-22 14:18:24 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-02-22 14:18:24 +0000 |
commit | 25bd6eb78a04a74fdf7fb85157de503ec2bf0c0a (patch) | |
tree | 7f3944d9d8525315c348e6ea7f51c89ca097f9f3 /x11-toolkits/qt2-static | |
parent | d28a7bcddbac301e019fbea2301c4b7f8daaaaeb (diff) | |
download | FreeBSD-ports-25bd6eb78a04a74fdf7fb85157de503ec2bf0c0a.zip FreeBSD-ports-25bd6eb78a04a74fdf7fb85157de503ec2bf0c0a.tar.gz |
Add a qt22 slave port, which sets WANT_STATIC and builds the real qt22.
Diffstat (limited to 'x11-toolkits/qt2-static')
-rw-r--r-- | x11-toolkits/qt2-static/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-toolkits/qt2-static/Makefile b/x11-toolkits/qt2-static/Makefile new file mode 100644 index 0000000..04a7e10 --- /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" |