Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= xnee |
8 |
PORTNAME= xnee |
9 |
PORTVERSION= 2.03 |
9 |
PORTVERSION= 2.05 |
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 15-29
Link Here
|
15 |
MAINTAINER= ports@FreeBSD.org |
15 |
MAINTAINER= ports@FreeBSD.org |
16 |
COMMENT= X events recorder and player |
16 |
COMMENT= X events recorder and player |
17 |
|
17 |
|
|
|
18 |
BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo |
19 |
|
18 |
USE_X_PREFIX= yes |
20 |
USE_X_PREFIX= yes |
19 |
WANT_GNOME= yes |
21 |
WANT_GNOME= yes |
20 |
USE_GNOME= gnomehack gnometarget |
22 |
USE_GNOME= gnomehack gnometarget |
|
|
23 |
USE_GMAKE= yes |
21 |
GNU_CONFIGURE= yes |
24 |
GNU_CONFIGURE= yes |
22 |
CONFIGURE_ARGS= --disable-doc |
25 |
CONFIGURE_ARGS= --mandir=${PREFIX}/man --enable-cli --disable-doc |
23 |
|
26 |
|
|
|
27 |
MAN1= cnee.1 |
24 |
INFO= xnee |
28 |
INFO= xnee |
25 |
PLIST_FILES= bin/cnee \ |
29 |
PLIST_FILES= bin/cnee \ |
26 |
lib/libxnee.a \ |
|
|
27 |
share/Xnee/example1.xns \ |
30 |
share/Xnee/example1.xns \ |
28 |
share/Xnee/simple_bash.sh \ |
31 |
share/Xnee/simple_bash.sh \ |
29 |
share/Xnee/xnee.sh |
32 |
share/Xnee/xnee.sh |
Lines 40-50
Link Here
|
40 |
.endif |
43 |
.endif |
41 |
|
44 |
|
42 |
post-patch: |
45 |
post-patch: |
43 |
@${REINPLACE_CMD} -e 's|^#!/bin|!#!${LOCALBASE}/bin|g' \ |
46 |
@${REINPLACE_CMD} -e \ |
44 |
${WRKSRC}/examples/simple_bash.sh |
47 |
's|make man|$$(MAKE) man|g' ${WRKSRC}/cnee/Makefile.in |
|
|
48 |
|
49 |
post-build: |
50 |
cd ${WRKSRC}/doc && ${LOCALBASE}/bin/makeinfo --no-split xnee.texi |
45 |
|
51 |
|
46 |
post-install: |
52 |
post-install: |
47 |
cd ${WRKSRC}/doc && makeinfo --no-split xnee.texi |
|
|
48 |
${INSTALL_DATA} ${WRKSRC}/doc/xnee.info ${PREFIX}/${INFO_PATH} |
53 |
${INSTALL_DATA} ${WRKSRC}/doc/xnee.info ${PREFIX}/${INFO_PATH} |
49 |
|
54 |
|
50 |
.include <bsd.port.post.mk> |
55 |
.include <bsd.port.post.mk> |