mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
19 lines
289 B
Makefile
19 lines
289 B
Makefile
# New ports collection makefile for: qt22-static
|
|
# Date created: 22 February 2001
|
|
# Whom: alex
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qt
|
|
PKGNAMESUFFIX= -static
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
WANT_STATIC= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../qt23
|
|
|
|
.include "${MASTERDIR}/Makefile"
|