aboutsummaryrefslogtreecommitdiffstats
path: root/devel/umbrello/Makefile
blob: 723fab8806e25ddd41ea36201b58d7892650233c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    umbrello
# Date created:             21 September 2001
# Whom:                 Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   umbrello
PORTVERSION=    1.1.1
CATEGORIES= devel kde
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= uml

MAINTAINER= demon@FreeBSD.org
COMMENT=    UML Modeller

BUILD_DEPENDS=  autoconf213:${PORTSDIR}/devel/autoconf213 \
        automake14:${PORTSDIR}/devel/automake14

USE_KDELIBS_VER=3
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_BZIP2=  yes
INSTALLS_SHLIB= yes
CONFIGURE_TARGET=   --build=${ARCH}-portbld-freebsd${OSREL}

.include <bsd.port.mk>