openbsd-ports/x11/bricons/patches/patch-Imakefile
2004-01-01 15:20:21 +00:00

56 lines
1.4 KiB
Plaintext

$OpenBSD: patch-Imakefile,v 1.2 2004/01/01 15:20:21 espie Exp $
--- Imakefile.orig 1993-01-21 21:27:31.000000000 +0100
+++ Imakefile 2004-01-01 16:15:19.000000000 +0100
@@ -1,43 +1,19 @@
-/**/# static char* sccs_imake = "%W%%G%";
-/**/# Imakefile,v 1 25 June 1991
-/**/#
-/**/# MTI: Build srcs
-/**/#
+XCOMM static char* sccs_imake = "%W%%G%";
+XCOMM Imakefile,v 1 25 June 1991
+XCOMM
+XCOMM MTI: Build srcs
+XCOMM
-/**/# Here's what to change to customize the installation...
-/**/# Where do you want this stuff (if the defaults aren't okay)?
-
-BINDIR = /home/cur/bri/bin/mbins/${M}bin
-LIBDIR = /home/cur/bri/lib
-MANDIR = /home/cur/bri/Man
-
-/**/# Where is the Xpm header and library files
-/**/# This program needs the Xpm libraries written by Arnaud Le Hors.
-/**/# it can be obtained by anonymous ftp to: export.lcs.mit.edu
-/**/# and from many other sites.
-
-XPM_DIR = /home/cur/bri/Xstuff/Progs/bricons/xpm
-XPM_INCLUDE_DIR = $(XPM_DIR)
-XPM_LIB_DIR = $(LIBDIR)
-
-/**/# This is -g for debugging or -O for optimization (or nothing).
-
-CDEBUGFLAGS = -g
-
-/**/# Nothing to change below here
+XCOMM Nothing to change below here
DEPLIBS = XawClientDepLibs
-EXTRA_INCLUDES = -I$(XPM_INCLUDE_DIR)
-LOCAL_LIBRARIES = -L$(XPM_LIB_DIR) -lXpm XawClientLibs
+LOCAL_LIBRARIES = XawClientLibs
SRCS = main.c \
action.c \
buttons.c \
gen.c \
- parser.c \
- gen.h \
- trans.h \
- widgets.h
+ parser.c
OBJS = main.o \
buttons.o \