Add wmpal 0.5, a one of the most useless dockapps in the world.

This commit is contained in:
Maxim Sobolev 2001-04-20 12:32:56 +00:00
parent d3e6db0247
commit 4c89524f2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41706
10 changed files with 131 additions and 0 deletions

View file

@ -167,6 +167,7 @@
SUBDIR += whichman
SUBDIR += wmcp
SUBDIR += wmmand
SUBDIR += wmpal
SUBDIR += wmstock
SUBDIR += wmweather
SUBDIR += wmx10

23
misc/wmpal/Makefile Normal file
View file

@ -0,0 +1,23 @@
# New ports collection makefile for: wmpal
# Date created: 20 April 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= wmpal
PORTVERSION= 0.5
CATEGORIES= misc windowmaker
MASTER_SITES= http://www.asleep.net/wmpal/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= dockapp.1:${PORTSDIR}/x11-wm/libdockapp
USE_X_PREFIX= yes
USE_GTK= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/lib"
.include <bsd.port.mk>

1
misc/wmpal/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (wmpal-0.5.tar.gz) = 68dcfdda7306a267319fbbc38fc2f85d

View file

@ -0,0 +1,29 @@
$FreeBSD$
--- Makefile.in 2001/04/20 12:18:18 1.1
+++ Makefile.in 2001/04/20 12:18:51
@@ -3,18 +3,18 @@
all: wmpal
wmpal:
- cd src && make wmpal
+ cd src && $(MAKE) wmpal
clean:
rm -f *~ *.o core
- cd src && make clean
+ cd src && $(MAKE) clean
distclean: clean
rm -f config.status config.log Makefile config.cache
- cd src && make distclean
+ cd src && $(MAKE) distclean
install:
- cd src && make install
+ cd src && $(MAKE) install
uninstall:
- cd src && make uninstall
+ cd src && $(MAKE) uninstall

View file

@ -0,0 +1,15 @@
$FreeBSD$
--- configure.orig Fri Apr 20 03:56:43 2001
+++ configure Fri Apr 20 15:14:17 2001
@@ -1205,7 +1205,8 @@
fi
-LDFLAGS=`gtk-config --cflags`
+CFLAGS="${CFLAGS} `${GTK_CONFIG} --cflags`"
+LDFLAGS="${LDFLAGS} `${GTK_CONFIG} --libs`"

View file

@ -0,0 +1,38 @@
$FreeBSD$
--- src/Makefile.in.orig Fri Apr 20 03:56:43 2001
+++ src/Makefile.in Fri Apr 20 15:19:46 2001
@@ -5,7 +5,7 @@
SRCS = wmpal.c xsay.c
OBJS = $(SRCS:.c=.o)
-CFLAGS = -Wall -O2 -I.
+CFLAGS = @CFLAGS@ @CPPFLAGS@ -Wall -I.
LDFLAGS = @LDFLAGS@
@@ -17,18 +17,13 @@
$(CC) $(LDFLAGS) $(CFLAGS) -c $< -o $*.o
install: all
- if test ! -d $(PREFIX); then mkdir -p $(PREFIX); fi
-
- if test ! -d $(PREFIX)/bin; then mkdir -p $(PREFIX)/bin; fi
-
- @INSTALL@ -c -m 755 -s wmpal $(PREFIX)/bin
-
- @INSTALL@ -c -m 755 -s xsay $(PREFIX)/bin
+ $(BSD_INSTALL_PROGRAM) wmpal $(PREFIX)/bin
+ $(BSD_INSTALL_PROGRAM) xsay $(PREFIX)/bin
wmpal: $(IFLAGS)
- gcc -g -o wmpal wmpal.c $(LIBS) $(CFLAGS)
- gcc -DHAVE_CONFIG_H -g xsay.c -g -O2 -Wall $(LDFLAGS) -c xsay.c
- gcc -g -O2 -Wall $(LDFLAGS) -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -o xsay xsay.o
+ $(CC) $(CFLAGS) -o wmpal wmpal.c $(LDFLAGS) $(LIBS)
+ $(CC) $(CFLAGS) -c -DHAVE_CONFIG_H xsay.c -o xsay.o
+ $(CC) $(CFLAGS) -o xsay xsay.o $(LDFLAGS) $(LIBS)
strip wmpal
strip xsay

View file

@ -0,0 +1,16 @@
$FreeBSD$
--- src/config.h.in 2001/04/20 12:24:15 1.1
+++ src/config.h.in 2001/04/20 12:24:31
@@ -5,8 +5,8 @@
/* Choose one pal and remove the slash-star from both ends */
-#define DINO
-/* #define DEMON */
+/* #define DINO */
+#define DEMON
/* #define GRAPE */
/* #define PEAR */
/* #define SUN */

1
misc/wmpal/pkg-comment Normal file
View file

@ -0,0 +1 @@
A one of the most useless dockapps in the world

5
misc/wmpal/pkg-descr Normal file
View file

@ -0,0 +1,5 @@
One of the most useless dockapps in the world...
Wmpal is a Window Maker dockapp based off a Black Box application called bbpal.
WWW: http://www.asleep.net/?page=wmpal

2
misc/wmpal/pkg-plist Normal file
View file

@ -0,0 +1,2 @@
bin/wmpal
bin/xsay