head	1.6;
access;
symbols
	RELENG_4_11_0_RELEASE:1.5
	RELENG_4_11:1.5.0.30
	RELENG_4_11_BP:1.5
	RELENG_4_10_0_RELEASE:1.5
	RELENG_4_10:1.5.0.28
	RELENG_4_10_BP:1.5
	RELENG_4_9_0_RELEASE:1.5
	RELENG_4_9:1.5.0.26
	RELENG_4_9_BP:1.5
	RELENG_4_8_0_RELEASE:1.5
	RELENG_4_8:1.5.0.24
	RELENG_4_8_BP:1.5
	RELENG_4_7_0_RELEASE:1.5
	RELENG_4_7:1.5.0.22
	RELENG_4_7_BP:1.5
	RELENG_4_6_2_RELEASE:1.5
	RELENG_4_6_1_RELEASE:1.5
	RELENG_4_6_0_RELEASE:1.5
	RELENG_4_6:1.5.0.20
	RELENG_4_6_BP:1.5
	RELENG_4_5_0_RELEASE:1.5
	RELENG_4_5:1.5.0.18
	RELENG_4_5_BP:1.5
	RELENG_4_4_0_RELEASE:1.5
	RELENG_4_4:1.5.0.16
	RELENG_4_4_BP:1.5
	RELENG_4_3_0_RELEASE:1.5
	RELENG_4_3:1.5.0.14
	RELENG_4_3_BP:1.5
	RELENG_4_2_0_RELEASE:1.5
	RELENG_4_1_1_RELEASE:1.5
	PRE_SMPNG:1.5
	RELENG_4_1_0_RELEASE:1.5
	RELENG_3_5_0_RELEASE:1.5
	RELENG_4_0_0_RELEASE:1.5
	RELENG_4:1.5.0.12
	RELENG_4_BP:1.5
	RELENG_3_4_0_RELEASE:1.5
	RELENG_3_3_0_RELEASE:1.5
	RELENG_3_2_PAO:1.5.0.10
	RELENG_3_2_PAO_BP:1.5
	RELENG_3_2_0_RELEASE:1.5
	RELENG_3_1_0_RELEASE:1.5
	RELENG_3:1.5.0.8
	RELENG_3_BP:1.5
	RELENG_2_2_8_RELEASE:1.5
	RELENG_3_0_0_RELEASE:1.5
	RELENG_2_2_7_RELEASE:1.5
	RELENG_2_2_6_RELEASE:1.5
	RELENG_2_2_5_RELEASE:1.5
	RELENG_2_2_2_RELEASE:1.5
	RELENG_2_2_1_RELEASE:1.5
	RELENG_2_2_0_RELEASE:1.5
	RELENG_2_1_7_RELEASE:1.5
	RELENG_2_1_6_1_RELEASE:1.5
	RELENG_2_1_6_RELEASE:1.5
	RELENG_2_2:1.5.0.6
	RELENG_2_2_BP:1.5
	RELENG_2_1_5_RELEASE:1.5
	RELENG_2_1_0_RELEASE:1.5
	RELENG_2_1_0:1.5.0.4
	RELENG_2_1_0_BP:1.5
	RELENG_2_0_5_RELEASE:1.5
	RELENG_2_0_5:1.5.0.2
	RELENG_2_0_5_BP:1.5
	RELENG_2_0_5_ALPHA:1.5
	RELEASE_2_0:1.3
	BETA_2_0:1.3
	ALPHA_2_0:1.3.0.2
	MOVED_NEWCVS:1.3
	FINAL_1_1_5:1.3
	ALPHA_1_1_5:1.3
	ptx_0_3:1.1.1.1
	gnu:1.1.1;
locks; strict;
comment	@# @;


1.6
date	2002.05.21.09.20.32;	author markm;	state dead;
branches;
next	1.5;

1.5
date	95.01.16.17.46.30;	author ache;	state Exp;
branches;
next	1.4;

1.4
date	95.01.12.01.30.19;	author ache;	state Exp;
branches;
next	1.3;

1.3
date	94.05.12.06.09.23;	author rgrimes;	state Exp;
branches;
next	1.2;

1.2
date	94.05.06.08.34.09;	author alm;	state Exp;
branches;
next	1.1;

1.1
date	94.05.06.07.54.51;	author alm;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.05.06.07.54.52;	author alm;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Remove ptx. It is not used anywhere in the base system, has not been
maintained for years and is very old code. If there is any need for
it, I suspect that ports would be a better place.

No objection from:	current@@freebsd.org
@
text
@PROG=	ptx
SRCS=	argmatch.c diacrit.c error.c getopt.c getopt1.c ptx.c xmalloc.c

LDADD+=	-lgnuregex
DPADD+= ${LIBGNUREGEX}
CFLAGS+= -DHAVE_CONFIG_H -DDEFAULT_IGNORE_FILE=\"/usr/share/dict/eign\"

NOMAN=

SUBDIR+= doc

.include <bsd.prog.mk>
@


1.5
log
@Add doc to SUBDIR
@
text
@@


1.4
log
@Use -lgnuregex properly
Install infopages
@
text
@d10 2
@


1.3
log
@If you want no manual pages so NOMAN=, not MAN1=NOMAN!
@
text
@d5 1
a5 1
DPADD+= ${GNUREGEX}
@


1.2
log
@Add GNU regex.h
@
text
@d8 1
a8 1
MAN1=	NOMAN
@


1.1
log
@Initial revision
@
text
@d2 5
a6 1
SRCS=	argmatch.c diacrit.c error.c getopt.c getopt1.c ptx.c regex.c xmalloc.c
a8 1
CFLAGS+= -DHAVE_CONFIG_H -DDEFAULT_IGNORE_FILE=\"/usr/share/dict/eign\"
@


1.1.1.1
log
@ptx: permuted index generator
@
text
@@
