View | Details | Raw Unified | Return to bug 166301
Collapse All | Expand All

(-)/usr/ports/editors/lazarus-qt4/Makefile (-5 / +4 lines)
Lines 1-23 Link Here
1
# New ports collection makefile for:	lazarus-qt4
1
# New ports collection makefile for:	lazarus-qt4
2
# Date created:				2012-01-15
2
# Date created:				2012-01-15
3
# Whom:					Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net>
3
# Whom:					Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net>
4
#
4
#
5
# $FreeBSD: ports/editors/lazarus-qt4/Makefile,v 1.2 2012/03/30 13:25:43 scheidell Exp $
5
# $FreeBSD: ports/editors/lazarus-qt4/Makefile,v 1.2 2012/03/30 13:25:43 scheidell Exp $
6
#
6
#
7
7
8
PORTNAME=	lazarus-qt4
8
PKGNAMESUFFIX=	-qt4
9
9
10
MAINTAINER=	bbtruk@users.sourceforge.net
10
MAINTAINER=	bbtruk@users.sourceforge.net
11
11
12
BROKEN=		Creates duplicate index.
13
14
MASTERDIR=	${.CURDIR}/../lazarus
12
MASTERDIR=	${.CURDIR}/../lazarus
15
13
16
WITHOUT_GTK2=	yes
14
WITHOUT_GTK2=	yes
17
WITH_QT4=	yes
15
WITH_QT4=	yes
18
WITHOUT_LAZARUS_OPTIONS=	yes
16
WITHOUT_LAZARUS_OPTIONS=	yes
19
17
20
LATEST_LINK=	lazarus-qt4
21
DESCR=		${.CURDIR}/pkg-descr
18
DESCR=		${.CURDIR}/pkg-descr
22
19
20
CONFLICTS=	lazarus-[0-9]* lazarus-gtk2*
21
23
.include "${MASTERDIR}/Makefile"
22
.include "${MASTERDIR}/Makefile"

Return to bug 166301