head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2008.04.19.17.48.45;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2004.01.27.15.58.52;	author krion;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
@
text
@--- dockapp/Makefile.orig	Sun Feb  9 04:08:07 2003
+++ dockapp/Makefile	Mon Jan  5 18:11:28 2004
@@@@ -19,11 +19,11 @@@@
 
 # Makefile for the dockapp library packaged in the ``wmget'' application.
 
-
 DAOBJS=		da_run.o da_x.o da_mouse.o
 
-CFLAGS=		-ansi -Wall -W -Werror -g
-LDFLAGS=	-L/usr/X11R6/lib -lXpm -lXext -lX11
+CFLAGS?=		-ansi -Wall -W -Werror -g
+CFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS=	-L${LOCALBASE}/lib -lXpm -lXext -lX11
 
 dockapp.a:	$(DAOBJS)
 		ar rcsv dockapp.a $(DAOBJS)
@


1.1
log
@Add wmget 0.5.0,

wmget is a dock app for the GNU Window Maker window manager
which makes it more convenient to perform long downloads in the
background.

PR:		ports/61736
Submitted by:	Ulrich Spoerlein <q@@uni.de>
@
text
@d13 2
a14 2
+CFLAGS+=	-I${X11BASE}/include
+LDFLAGS=	-L${X11BASE}/lib -lXpm -lXext -lX11
@

