freebsd-ports/devel/umbrello/Makefile

27 lines
576 B
Makefile
Raw Normal View History

# New ports collection makefile for: umbrello
2001-09-21 06:59:58 +02:00
# Date created: 21 September 2001
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= umbrello
PORTVERSION= 1.1
2001-09-21 06:59:58 +02:00
CATEGORIES= devel kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= uml
2001-09-21 06:59:58 +02:00
MAINTAINER= demon@FreeBSD.org
BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \
automake14:${PORTSDIR}/devel/automake14
USE_KDELIBS_VER=3
2001-09-21 06:59:58 +02:00
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BZIP2= yes
INSTALLS_SHLIB= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
2001-09-21 06:59:58 +02:00
.include <bsd.port.mk>