Lines 6-28
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= aewan |
8 |
PORTNAME= aewan |
9 |
PORTVERSION= 0.9.2 |
9 |
PORTVERSION= 0.9.3 |
10 |
CATEGORIES= editors |
10 |
CATEGORIES= editors |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITE_SUBDIR= aewan |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
13 |
|
13 |
|
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_GMAKE= yes |
17 |
USE_GMAKE= yes |
18 |
GNU_CONFIGURE= yes |
18 |
GNU_CONFIGURE= yes |
19 |
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
19 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
20 |
|
|
|
21 |
PLIST_FILES= bin/aecat bin/aewan |
22 |
PORTDOCS= README |
23 |
|
20 |
|
24 |
MAN1= aecat.1 aewan.1 |
21 |
MAN1= aecat.1 aewan.1 |
25 |
MAN5= aewan.5 |
22 |
MAN5= aewan.5 |
|
|
23 |
PORTDOCS= README |
24 |
PLIST_FILES= bin/aecat bin/aewan |
26 |
|
25 |
|
27 |
post-install: |
26 |
post-install: |
28 |
.if !defined(NOPORTDOCS) |
27 |
.if !defined(NOPORTDOCS) |