Add wm2 and xautolock to x11 Makefile, plus minor tweaks to the ports

This commit is contained in:
marc 1998-03-18 22:46:25 +00:00
parent 2db79b4135
commit eaf09734ad
4 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 1998/01/25 22:43:14 angelos Exp $
# $OpenBSD: Makefile,v 1.11 1998/03/18 22:46:25 marc Exp $
# $FreeBSD: Makefile,v 1.178 1997/11/24 05:32:52 fenner Exp $
#
@ -70,12 +70,12 @@
# SUBDIR += tycoon
# SUBDIR += viewfax
# SUBDIR += windowmaker
# SUBDIR += wm2
SUBDIR += wm2
# SUBDIR += x3270
# SUBDIR += xalarm
# SUBDIR += xaniroc
SUBDIR += xantfarm
# SUBDIR += xautolock
SUBDIR += xautolock
# SUBDIR += xbuffy
SUBDIR += xcb
SUBDIR += xco

View File

@ -3,7 +3,7 @@
# Date created: 16 March 1998
# Whom: Thomas Graichen
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/03/16 12:33:25 graichen Exp $
# $OpenBSD: Makefile,v 1.2 1998/03/18 22:46:28 marc Exp $
#
DISTNAME= wm2-4
@ -12,6 +12,7 @@ MASTER_SITES= http://www.netcomuk.co.uk/~cannam/
MAINTAINER= graichen@OpenBSD.ORG
USE_X11= yes
ALL_TARGET= wm2
.include <bsd.port.mk>

View File

@ -3,12 +3,12 @@
@@ -1,9 +1,9 @@
-LIBS = -L/usr/X11/lib -lXext -lX11 -lXmu -lm
+LIBS = -L/usr/X11R6/lib -lXext -lX11 -lXmu -lm
+LIBS = -L${PREFIX}/lib -lXext -lX11 -lXmu -lm
CC = gcc
CCC = gcc
-CFLAGS = -O2
+CFLAGS = -O2 -I/usr/X11R6/include
+CFLAGS = -O2 -I${PREFIX}/include
OBJECTS = Border.o Buttons.o Client.o Events.o Main.o Manager.o Rotated.o
.c.o:
@ -21,7 +21,7 @@
$(CCC) -o wm2 $(OBJECTS) $(LIBS)
+
+install:
+ install -c -o root -g wheel -m 755 wm2 /usr/X11R6/bin
+ ${BSD_INSTALL_PROGRAM} wm2 ${PREFIX}/bin
depend:
makedepend -- $(CFLAGS) -- *.C

View File

@ -3,7 +3,7 @@
# Date created: 16 March 1998
# Whom: Thomas Graichen
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/03/16 12:35:59 graichen Exp $
# $OpenBSD: Makefile,v 1.2 1998/03/18 22:46:32 marc Exp $
#
DISTNAME= xautolock-pl11
@ -13,7 +13,6 @@ MASTER_SITES= ftp://ftp.science.unitn.it/pub/unix/X11/utilities/
MAINTAINER= graichen@OpenBSD.ORG
USE_IMAKE= yes
XMKMF= xmkmf
ALL_TARGET= Makefiles all
.include <bsd.port.mk>