- remove useless doc directory and its content

- pthread is not needed
- bump PKGNAME

asked by and ok steven@
This commit is contained in:
ajacoutot 2006-11-23 08:52:45 +00:00
parent 76508ce797
commit 52549db985
6 changed files with 35 additions and 26 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/21 18:39:28 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.2 2006/11/23 08:54:02 ajacoutot Exp $
COMMENT= "parametrical modeling of three-dimensional humanoid characters"
DISTNAME= makehuman-0.9
PKGNAME= ${DISTNAME}p0
CATEGORIES= graphics
HOMEPAGE= http://www.dedalo-3d.com/
@ -17,7 +18,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=makehuman/}
WANTLIB= GL GLU ICE SM X11 Xi Xmu c m pthread stdc++ z
WANTLIB= GL GLU ICE SM X11 Xi Xmu c m stdc++ z
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
RUN_DEPENDS= ::graphics/aqsis
@ -31,7 +32,7 @@ USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lpthread"
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= ${CONFIGURE_SHARED}

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-Makefile_in,v 1.1 2006/11/23 08:54:02 ajacoutot Exp $
--- Makefile.in.orig Wed Nov 22 11:20:11 2006
+++ Makefile.in Wed Nov 22 11:20:45 2006
@@ -636,7 +636,7 @@ info: info-recursive
info-am:
-install-data-am: install-makehumandocDATA
+install-data-am:
install-exec-am:

View File

@ -1,14 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/21 18:39:37 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.2 2006/11/23 08:54:02 ajacoutot Exp $
bin/makehuman
share/doc/makehuman/
share/doc/makehuman/AUTHORS
@comment share/doc/makehuman/COPYING
@comment share/doc/makehuman/COPYING.MIT
share/doc/makehuman/ChangeLog
@comment share/doc/makehuman/INSTALL
share/doc/makehuman/NEWS
share/doc/makehuman/README.txt
share/doc/makehuman/TODO
share/makehuman/
share/makehuman/base.colors
share/makehuman/base.faces

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/21 18:38:48 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.2 2006/11/23 08:52:45 ajacoutot Exp $
COMMENT= "GUI widget library used in MakeHuman"
DISTNAME= mhgui-0.1
PKGNAME= ${DISTNAME}p0
SHARED_LIBS += mhgui 0.0 # .0.0
CATEGORIES= graphics
@ -18,7 +19,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=makehuman/}
WANTLIB= GL GLU ICE SM X11 Xi Xmu m pthread z
WANTLIB= GL GLU ICE SM X11 Xi Xmu m z
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS= animorph::graphics/animorph \
@ -28,10 +29,10 @@ LIB_DEPENDS= animorph::graphics/animorph \
USE_X11= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
-I${LOCALBASE}/include/GL \
-I${LOCALBASE}/include/libpng" \
LDFLAGS="-L${LOCALBASE}/lib -lpthread -lz -lm"
LDFLAGS="-L${LOCALBASE}/lib -lz -lm"
CONFIGURE_ARGS= ${CONFIGURE_SHARED}

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-Makefile_in,v 1.1 2006/11/23 08:52:45 ajacoutot Exp $
--- Makefile.in.orig Wed Nov 22 10:14:47 2006
+++ Makefile.in Wed Nov 22 10:15:29 2006
@@ -671,7 +671,7 @@ info: info-recursive
info-am:
-install-data-am: install-libmhguidocDATA install-pkgconfigDATA
+install-data-am: install-pkgconfigDATA
install-exec-am:

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/21 18:38:48 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.2 2006/11/23 08:52:45 ajacoutot Exp $
%%SHARED%%
include/mhgui/
include/mhgui/AbstractListener.h
@ -26,11 +26,3 @@ lib/libmhgui.a
lib/libmhgui.la
lib/pkgconfig/
lib/pkgconfig/mhgui.pc
share/doc/mhgui/
share/doc/mhgui/AUTHORS
share/doc/mhgui/COPYING
share/doc/mhgui/ChangeLog
share/doc/mhgui/INSTALL
share/doc/mhgui/NEWS
share/doc/mhgui/README
share/doc/mhgui/TODO