29 lines
585 B
Makefile
29 lines
585 B
Makefile
# New ports collection makefile for: umbrello
|
|
# Date created: 21 September 2001
|
|
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= umbrello
|
|
PORTVERSION= 1.1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= uml
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= UML Modeller
|
|
|
|
CONFLICTS= kdesdk-3.[2-].*
|
|
|
|
WANT_AUTOMAKE_VER=14
|
|
WANT_AUTOCONF_VER=213
|
|
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>
|