View | Details | Raw Unified | Return to bug 81857
Collapse All | Expand All

(-)editors/aewan/Makefile (-3 / +19 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	aewan
8
PORTNAME=	aewan
9
PORTVERSION=	0.9.3
9
PORTVERSION=	0.9.6
10
CATEGORIES=	editors
10
CATEGORIES=	editors
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 14-29 Link Here
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Curses-based program for the creation and editing of ascii art
15
COMMENT=	Curses-based program for the creation and editing of ascii art
16
16
17
USE_REINPLACE=	yes
17
USE_GMAKE=	yes
18
USE_GMAKE=	yes
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
19
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
20
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
20
21
21
MAN1=		aecat.1 aewan.1
22
MAN1=		aecat.1 aewan.1
22
MAN5=		aewan.5
23
MAN5=		aewan.5
23
PORTDOCS=	README
24
PLIST_FILES=	bin/aecat bin/aewan
24
PLIST_FILES=	bin/aecat bin/aewan
25
25
26
post-install:
26
.if !defined(NOPORTDOCS)
27
PORTDOCS=	README
28
.endif
29
30
post-patch:
31
	@${REINPLACE_CMD} -e 's|OSTYPE == |OSTYPE = |g' ${WRKSRC}/configure
32
33
do-install:
34
.for i in aecat aewan
35
	${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin
36
.endfor
37
.for i in aecat.1 aewan.1
38
	${INSTALL_DATA} ${WRKSRC}/man/man1/${i} ${MANPREFIX}/man/man1
39
.endfor
40
.for i in aewan.5
41
	${INSTALL_DATA} ${WRKSRC}/man/man5/${i} ${MAN5PREFIX}/man/man5
42
.endfor
27
.if !defined(NOPORTDOCS)
43
.if !defined(NOPORTDOCS)
28
	${MKDIR} ${DOCSDIR}
44
	${MKDIR} ${DOCSDIR}
29
.for i in README
45
.for i in README
(-)editors/aewan/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (aewan-0.9.3.tar.gz) = 5cff245a78f614a846c3328a9c2beb88
1
MD5 (aewan-0.9.6.tar.gz) = 69bdb9e30c7819bedf1fc4fdf6ea6462
2
SIZE (aewan-0.9.3.tar.gz) = 92160
2
SIZE (aewan-0.9.6.tar.gz) = 102400

Return to bug 81857