|
Lines 6-12
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= xnee |
8 |
PORTNAME= xnee |
| 9 |
PORTVERSION= 2.02 |
9 |
PORTVERSION= 2.03 |
| 10 |
CATEGORIES= x11 |
10 |
CATEGORIES= x11 |
| 11 |
MASTER_SITES= ${MASTER_SITE_GNU} |
11 |
MASTER_SITES= ${MASTER_SITE_GNU} |
| 12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
|
Lines 22-28
Link Here
|
| 22 |
CONFIGURE_ARGS= --disable-doc |
22 |
CONFIGURE_ARGS= --disable-doc |
| 23 |
|
23 |
|
| 24 |
INFO= xnee |
24 |
INFO= xnee |
| 25 |
PLIST_FILES= bin/cnee lib/libxnee.a |
25 |
PLIST_FILES= bin/cnee \ |
|
|
26 |
lib/libxnee.a \ |
| 27 |
share/Xnee/example1.xns \ |
| 28 |
share/Xnee/simple_bash.sh \ |
| 29 |
share/Xnee/xnee.sh |
| 30 |
PLIST_DIRS= share/Xnee |
| 26 |
|
31 |
|
| 27 |
.include <bsd.port.pre.mk> |
32 |
.include <bsd.port.pre.mk> |
| 28 |
|
33 |
|
|
Lines 33-38
Link Here
|
| 33 |
.else |
38 |
.else |
| 34 |
CONFIGURE_ARGS+= --disable-gui |
39 |
CONFIGURE_ARGS+= --disable-gui |
| 35 |
.endif |
40 |
.endif |
|
|
41 |
|
| 42 |
post-patch: |
| 43 |
@${REINPLACE_CMD} -e 's|^#!/bin|!#!${LOCALBASE}/bin|g' \ |
| 44 |
${WRKSRC}/examples/simple_bash.sh |
| 36 |
|
45 |
|
| 37 |
post-install: |
46 |
post-install: |
| 38 |
cd ${WRKSRC}/doc && makeinfo --no-split xnee.texi |
47 |
cd ${WRKSRC}/doc && makeinfo --no-split xnee.texi |