forked from Lainports/freebsd-ports
- 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)
14 lines
371 B
Text
14 lines
371 B
Text
--- Makefile.orig Sat Feb 19 15:41:30 2000
|
|
+++ Makefile Fri Apr 21 17:12:20 2000
|
|
@@ -1,8 +1,8 @@
|
|
-CC=gcc
|
|
+#CC=gcc
|
|
#uncomment the following line for linux 2.0.x (and maybe 2.1.x or 1.x too ...)
|
|
#UCD=-DUSE_UCDROM
|
|
-PREFIX=/usr/local
|
|
-CFLAGS=-Wall -g ${UCD}
|
|
+PREFIX?=/usr/local
|
|
+CFLAGS+=${UCD} -DCDDB_PATH=\"${LOCALBASE}/lib/X11/xmcd/cddb\"
|
|
all:dagrab
|
|
|
|
dagrab:dagrab.o
|