Initial import of wampager from Margarida Sequeira
-- Wampager is a dockable mini pager for Waimea window manager. WWW: http://waimea.sourceforge.net/
This commit is contained in:
parent
cd6aa95afd
commit
645d5cbd54
22
x11/wampager/Makefile
Normal file
22
x11/wampager/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2002/09/01 10:00:48 couderc Exp $
|
||||
|
||||
COMMENT= "waimea mini pager"
|
||||
|
||||
VERSION= 0.9
|
||||
DISTNAME= wampager-${VERSION}
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=waimea/}
|
||||
|
||||
HOMEPAGE= http://waimea.sourceforge.net/
|
||||
|
||||
MAINTAINER= Margarida Sequeira <niness@devilness.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
USE_X11= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11/wampager/distinfo
Normal file
3
x11/wampager/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (wampager-0.9.tar.gz) = f1e3c394bd95e0930194bf901be14e95
|
||||
RMD160 (wampager-0.9.tar.gz) = 23773b8b2688967abd63ff0c912483335c43d486
|
||||
SHA1 (wampager-0.9.tar.gz) = f61192ef81c4a2b5ea1f545c7571b5feb61903e4
|
21
x11/wampager/patches/patch-Makefile
Normal file
21
x11/wampager/patches/patch-Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-Makefile,v 1.1.1.1 2002/09/01 10:00:48 couderc Exp $
|
||||
--- Makefile.orig Sun Sep 1 10:30:01 2002
|
||||
+++ Makefile Sun Sep 1 10:34:07 2002
|
||||
@@ -1,9 +1,7 @@
|
||||
-CC = gcc
|
||||
-INC =
|
||||
-LIBS = -L/usr/X11R6/lib -lX11 -lXpm -lXext
|
||||
+LIBS = -L${X11BASE}/lib -lX11 -lXpm -lXext
|
||||
SRCS = wampager.c
|
||||
OBJS = wampager.o
|
||||
-CFLAGS = -Wall
|
||||
+CFLAGS += -I${X11BASE}/include
|
||||
|
||||
all: wampager
|
||||
|
||||
@@ -14,4 +12,4 @@ wampager : $(SRCS)
|
||||
$(CC) $(CFLAGS) $(SRCS) $(INC) -o wampager $(LIBS)
|
||||
|
||||
install : all
|
||||
- install -c -s wampager /usr/local/bin
|
||||
+ install -c -s wampager ${PREFIX}/bin
|
3
x11/wampager/pkg/DESCR
Normal file
3
x11/wampager/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Wampager is a dockable mini pager for Waimea window manager.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
2
x11/wampager/pkg/PLIST
Normal file
2
x11/wampager/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/09/01 10:00:48 couderc Exp $
|
||||
bin/wampager
|
Loading…
x
Reference in New Issue
Block a user