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 |