aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/sting/Makefile
blob: 3f70effc3bc740efe27610cd004f1b2408bda559 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    sting
# Date created:             10 May 2000
# Whom:                 benno@netizen.com.au
#
# $FreeBSD$
#

PORTNAME=   sting
PORTVERSION=    0.7
CATEGORIES= net
MASTER_SITES=   http://www.cs.washington.edu/homes/savage/sting/
DISTNAME=   sting

MAINTAINER= kbyanc@posi.net

WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/sting ${PREFIX}/bin
.if !defined(NOPORTDOCS)
    ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.sting
.endif

.include <bsd.port.mk>
an>/+2 * Reset MAINTAINER to ports@.nork2004-12-231-1/+1 * farewell to libxpg4.sf2004-11-151-1/+1 * Use termios rather than sgtty.nork2004-06-292-0/+31 * SIZEify (maintainer timeout)trevor2004-03-311-0/+2 * Remove pkg-comment from remaining master/slave port sets.ade2003-03-072-1/+1 * Remove -traditional -Dconst= from compile optionstaoka2002-05-231-2/+2 * Fix Makefile typo ("$" at beginning of line before comment)fenner2002-01-301-1/+1 * Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-6/+6 * On WITHOUT_X11=yes, compiling jvim3-* fails.taoka2001-11-291-2/+2 * * Add Wnn7's clients (jvim, jvim3, kinput2, mule) and a library fortaoka2001-08-271-0/+5 * Support WITHOUT_X11=yestaoka2001-07-061-5/+11 * Update Japanized patch from j2.1beta to j2.1ataoka2001-06-303-9/+9 * Support ${CFLAGS}taoka2001-01-16