1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/comms/tits/files/patch-Makefile
Michael Landin a7016bc214 Update to -> 1.1.1
- "raw" protocol support added
 - software flow control support added

Approved by:		roberto (mentor)
2003-09-25 09:00:35 +00:00

22 lines
660 B
Plaintext

--- Makefile.orig Wed Sep 24 16:05:07 2003
+++ Makefile Wed Sep 24 16:06:52 2003
@@ -29,15 +29,15 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-WARNS= 2
+NO_WERROR=1
PROG= tits
-MAN= tits.8
+MAN8= tits.8
SRCS= main.c buffer.c client.c context.c listener.c telnet.c tty.c
SRCS+= dispatcher.c setup.c config.c server.c logger.c
-CPPFLAGS+= -DLIBWRAP -DTITS_DEFAULT_CONFIG_FILE=\"${LOCALBASE}/etc/tits.conf\"
+CFLAGS+= -DLIBWRAP -DTITS_DEFAULT_CONFIG_FILE=\"${LOCALBASE}/etc/tits.conf\"
LDADD+= -lwrap
PREFIX?= /usr/local
BINDIR?= ${PREFIX}/sbin