summaryrefslogtreecommitdiff
path: root/community/swarp/config.mk
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/swarp/config.mk
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/swarp/config.mk')
-rw-r--r--community/swarp/config.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/swarp/config.mk b/community/swarp/config.mk
deleted file mode 100644
index 12b3565be..000000000
--- a/community/swarp/config.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# Customized for Arch Linux <http://archlinux.org>
-
-VERSION = %VERSION%
-PREFIX = /usr
-MANPREFIX = ${PREFIX}/man
-X11INC = ${PREFIX}/include/X11
-X11LIB = ${PREFIX}/lib/X11
-INCS = -I. -I${PREFIX}/include -I${X11INC}
-LIBS = -L${PREFIX}/lib -lc -L${X11LIB} -lX11
-CFLAGS = %CFLAGS% ${INCS} -DVERSION=\"${VERSION}\"
-LDFLAGS = ${LIBS}
-CC = cc
-LD = ${CC}