diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-04-04 02:45:57 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-04-04 02:45:57 +0800 |
commit | fb039b8b01bc851d0905dc34688cfa96e97a00ec (patch) | |
tree | 1557f8287ee011bed60563fe695a870b46fa02b5 | |
parent | 7889bb59a8b0605d2b5291ea626712a45771d37b (diff) | |
download | freebsd-ports-gnome-fb039b8b01bc851d0905dc34688cfa96e97a00ec.tar.gz freebsd-ports-gnome-fb039b8b01bc851d0905dc34688cfa96e97a00ec.tar.zst freebsd-ports-gnome-fb039b8b01bc851d0905dc34688cfa96e97a00ec.zip |
add wmapp 0.0.4.1
A DockApp Graphics Library
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/wmapp/Makefile | 31 | ||||
-rw-r--r-- | x11-toolkits/wmapp/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/wmapp/pkg-descr | 9 | ||||
-rw-r--r-- | x11-toolkits/wmapp/pkg-plist | 1 |
5 files changed, 43 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 9a7a10233b49..115ef68b82e5 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -171,6 +171,7 @@ SUBDIR += viewklass SUBDIR += vte SUBDIR += whistlerk + SUBDIR += wmapp SUBDIR += wxgtk SUBDIR += wxgtk-devel SUBDIR += xbae diff --git a/x11-toolkits/wmapp/Makefile b/x11-toolkits/wmapp/Makefile new file mode 100644 index 000000000000..8e19c44795d5 --- /dev/null +++ b/x11-toolkits/wmapp/Makefile @@ -0,0 +1,31 @@ +# ex:ts=8 +# Ports collection makefile for: wmapp +# Date Created: Apr 3, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= wmapp +PORTVERSION= 0.0.4.1 +CATEGORIES= x11-toolkits windowmaker +MASTER_SITES= http://www.princeton.edu/~kmccarty/downloads/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= A DockApp Graphics Library + +USE_XLIB= yes +USE_REINPLACE= yes +USE_GMAKE= yes +CFLAGS+= -I${X11BASE}/include +MAKE_ENV= LFLAGS="-L. -L${X11BASE}/lib -lXpm -lXext -lX11 -lwmapp" +ALL_TARGET= # empty + +post-patch: + @${REINPLACE_CMD} -e "s|export |#export |g" ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e "s|malloc\.h|stdlib.h|g" ${WRKSRC}/xwrapper.h + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/libwmapp.a ${PREFIX}/lib + +.include <bsd.port.mk> diff --git a/x11-toolkits/wmapp/distinfo b/x11-toolkits/wmapp/distinfo new file mode 100644 index 000000000000..4682f368bba0 --- /dev/null +++ b/x11-toolkits/wmapp/distinfo @@ -0,0 +1 @@ +MD5 (wmapp-0.0.4.1.tar.gz) = 60200050e08fd57cc16a6eca38f02cb6 diff --git a/x11-toolkits/wmapp/pkg-descr b/x11-toolkits/wmapp/pkg-descr new file mode 100644 index 000000000000..093e394afe4e --- /dev/null +++ b/x11-toolkits/wmapp/pkg-descr @@ -0,0 +1,9 @@ +WMApp is a C++ based library for writing WindowMaker-style dockapps. To write +a dockapp, it is generally necessary to perform some magic Xlib incantations, +supply a clipping mask, and set up X event checking. Like larger graphics +libraries such as GTK+ and Qt, WMApp automates this process by providing the +classes and functions necessary for widget creation and callbacks. The library +provides numerous widgets, all with the traditional dockapp appearance. Many +common dockapps could already be rewritten to use this library. + +WWW: http://www.princeton.edu/~kmccarty/wmapp.html diff --git a/x11-toolkits/wmapp/pkg-plist b/x11-toolkits/wmapp/pkg-plist new file mode 100644 index 000000000000..a27c5f9f4549 --- /dev/null +++ b/x11-toolkits/wmapp/pkg-plist @@ -0,0 +1 @@ +lib/libwmapp.a |