Needs a C++ compiler.
Fixed the Makefile by including kde3.mk, which takes care of all the magic involved here. Since the package installs fine, populated the PLIST.
This commit is contained in:
parent
db3026288a
commit
f9fa81c935
2 changed files with 24 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1 2006/10/06 03:49:32 kcf Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2006/10/09 23:12:10 rillig Exp $
|
||||
#
|
||||
|
||||
BOUMLVERSION= 2.17.1
|
||||
|
@ -10,16 +10,8 @@ MASTER_SITES= http://bouml.free.fr/
|
|||
MAINTAINER= kcf@users.sourceforge.net
|
||||
HOMEPAGE= http://bouml.free.fr/
|
||||
COMMENT= UML modeling tool, generates C++, JAVA, and IDL
|
||||
USE_LANGUAGES= c c++
|
||||
USE_LIBTOOL= YES
|
||||
|
||||
# Force builder to set QTDIR
|
||||
.if !defined (QTDIR)
|
||||
all:
|
||||
@${ECHO} You must set environment variable QTDIR to point to the installation
|
||||
@${ECHO} directory of QT. For QT3, this is typically '/usr/pkg/qt3'.
|
||||
.endif
|
||||
|
||||
BUILD_DEPENDS+= qt3-tools>=3.3.6:../../x11/qt3-tools
|
||||
|
||||
.include "../../x11/qt3-libs/buildlink3.mk"
|
||||
.include "../../meta-pkgs/kde3/kde3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
22
bouml/PLIST
22
bouml/PLIST
|
@ -1 +1,21 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2006/10/06 03:49:32 kcf Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2006/10/09 23:12:10 rillig Exp $
|
||||
bin/bouml
|
||||
lib/bouml/bouml
|
||||
lib/bouml/browsersort
|
||||
lib/bouml/cpp_generator
|
||||
lib/bouml/cpp_reverse
|
||||
lib/bouml/cpp_util
|
||||
lib/bouml/deplcl
|
||||
lib/bouml/file_control
|
||||
lib/bouml/ghtml
|
||||
lib/bouml/gpro
|
||||
lib/bouml/gxmi
|
||||
lib/bouml/idl_generator
|
||||
lib/bouml/irose
|
||||
lib/bouml/java_catalog
|
||||
lib/bouml/java_generator
|
||||
lib/bouml/java_reverse
|
||||
lib/bouml/plug_out_upgrade
|
||||
lib/bouml/stmgen
|
||||
lib/bouml/usecasewizard
|
||||
@dirrm lib/bouml
|
||||
|
|
Loading…
Reference in a new issue