Add a qt22 slave port, which sets WANT_STATIC and builds the real qt22.

This commit is contained in:
Alexander Langer 2001-02-22 14:18:24 +00:00
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

View file

@ -75,6 +75,7 @@
SUBDIR += py-wxPython
SUBDIR += qt145
SUBDIR += qt22
SUBDIR += qt22-static
SUBDIR += rep-gtk
SUBDIR += ruby-fltk
SUBDIR += ruby-gtk

View 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"

View 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"