1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/net/py-libnet/files/patch-Makefile
Ying-Chieh Liao 33ec7d137a add py-libnet 1.0
Python module for the libnet packet construction library
2002-01-30 03:32:10 +00:00

17 lines
456 B
Plaintext

--- Makefile.orig Wed Jan 30 11:16:34 2002
+++ Makefile Wed Jan 30 11:20:32 2002
@@ -1,10 +1,10 @@
SWIG=/usr/local/bin/swig
CC=gcc -g
-PYTHON_INCLUDES=-I/usr/include/python1.5
-LIBNET_INCLUDES=-I/usr/include/libnet
+PYTHON_INCLUDES=-I%%PYTHON_INCLUDEDIR%%
+LIBNET_INCLUDES=-I%%LOCALBASE%%/include
CFLAGS=`libnet-config --defines`
-LIBNET_LIB=/usr/lib/libnet.a
+LIBNET_LIB=%%LOCALBASE%%/lib/libnet.a
OBJS= libnet.o exception.o error.o interface.o