Lines 3-12
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= asedit |
4 |
PORTNAME= asedit |
5 |
PORTVERSION= 1.3.2 |
5 |
PORTVERSION= 1.3.2 |
6 |
PORTREVISION= 4 |
6 |
PORTREVISION= 5 |
7 |
CATEGORIES= editors |
7 |
CATEGORIES= editors |
8 |
MASTER_SITES= ${MASTER_SITE_XCONTRIB} |
8 |
MASTER_SITES= XCONTRIB/editors |
9 |
MASTER_SITE_SUBDIR= editors |
|
|
10 |
EXTRACT_SUFX= .tar.Z |
9 |
EXTRACT_SUFX= .tar.Z |
11 |
|
10 |
|
12 |
MAINTAINER= ports@FreeBSD.org |
11 |
MAINTAINER= ports@FreeBSD.org |
Lines 15-21
Link Here
|
15 |
USES= imake:notall motif |
14 |
USES= imake:notall motif |
16 |
USE_XORG= ice sm x11 xext xmu xp xt |
15 |
USE_XORG= ice sm x11 xext xmu xp xt |
17 |
|
16 |
|
18 |
MAN1= asedit.1 |
17 |
PLIST_FILES= bin/asedit \ |
|
|
18 |
lib/X11/app-defaults/Asedit \ |
19 |
lib/X11/app-defaults/Asedit-sgi \ |
20 |
lib/X11/app-defaults/Asedit_em \ |
21 |
lib/X11/app-defaults/Asedit_em-sgi \ |
22 |
lib/X11/asedit.hlp \ |
23 |
lib/X11/asedit_em.hlp \ |
24 |
man/man1/asedit.1.gz |
25 |
|
26 |
post-patch: |
27 |
@${REINPLACE_CMD} -e \ |
28 |
'/^XMLIB/s|-lPW|| ; \ |
29 |
/^DEFINES/s|-O ||' ${WRKSRC}/Imakefile |
19 |
|
30 |
|
20 |
NO_STAGE= yes |
|
|
21 |
.include <bsd.port.mk> |
31 |
.include <bsd.port.mk> |