freebsd-ports/misc/amfm/files/patch-Makefile
Dmitry Marakasov 5e7a3f62f0 - Add LICENSE
- Simplify extract
- Fix install
- Regenerate patches
2017-02-27 12:45:31 +00:00

11 lines
215 B
Text

--- Makefile.orig 2017-02-27 12:28:56 UTC
+++ Makefile
@@ -0,0 +1,8 @@
+CFLAGS=-I${PREFIX}/include -L${PREFIX}/lib -lhid
+TARGET=amfm
+SRC=amfm.c
+
+all: ${TARGET}
+
+${TARGET}: ${SRC}
+ cc -o amfm ${CFLAGS} amfm.c