# New ports collection makefile for: ile # Date created: 25 Jun 1997 # Whom: jmz # # $FreeBSD$ # PORTNAME= ile PORTVERSION= 2.0 PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ftp://ftp.inria.fr/system/user/ DISTNAME= lile-2.0 EXTRACT_SUFX= .tar.z MAINTAINER= jmz@FreeBSD.org COMMENT= An Input Line Editor that wraps itself around programs MAN1= ile.1 PLIST_FILES= bin/ile do-configure: @(cd ${WRKSRC}; ${MV} Makefile Makefile.old; \ ${SED} -e s:/usr/local:${PREFIX}: Makefile; \ ${ECHO_CMD} all: ile >> Makefile; ${ECHO_CMD} CC=cc ${CFLAGS} >> Makefile) .include l='vcs-git' href='https://www.lant.com.tw/~lantw44/git/dexon-sol-tools' title='dexon-sol-tools Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
blob: 40c494a4bcfc7d871237b4091c664532ed3e280c (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97