Lines 1-6
Link Here
|
1 |
PORTNAME= tabbed |
1 |
PORTNAME= tabbed |
2 |
PORTVERSION= 0.6 |
2 |
DISTVERSION= 0.8 |
3 |
PORTREVISION= 1 |
|
|
4 |
CATEGORIES= x11 |
3 |
CATEGORIES= x11 |
5 |
MASTER_SITES= http://dl.suckless.org/tools/ |
4 |
MASTER_SITES= http://dl.suckless.org/tools/ |
6 |
|
5 |
|
Lines 9-24
COMMENT= Tabbed frontend to Xembed-aware applications
Link Here
|
9 |
WWW= https://tools.suckless.org/tabbed |
8 |
WWW= https://tools.suckless.org/tabbed |
10 |
|
9 |
|
11 |
LICENSE= MIT |
10 |
LICENSE= MIT |
|
|
11 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
|
12 |
|
13 |
USES= xorg |
13 |
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig |
14 |
USE_XORG= x11 |
|
|
15 |
|
14 |
|
16 |
OPTIONS_DEFINE= DOCS |
15 |
USES= localbase:ldflags pkgconfig xorg |
|
|
16 |
USE_XORG= x11 xft xorgproto |
17 |
MAKE_ARGS= PREFIX="${PREFIX}" CC="${CC}" |
17 |
|
18 |
|
18 |
PLIST_FILES= bin/tabbed \ |
19 |
PLIST_FILES= bin/tabbed \ |
19 |
share/man/man1/tabbed.1.gz |
20 |
bin/xembed \ |
20 |
PORTDOCS= LICENSE README |
21 |
share/man/man1/tabbed.1.gz \ |
21 |
MAKE_ARGS= PREFIX="${PREFIX}" CC="${CC}" |
22 |
share/man/man1/xembed.1.gz |
|
|
23 |
PORTDOCS= README |
24 |
|
25 |
OPTIONS_DEFINE= DOCS |
22 |
|
26 |
|
23 |
pre-everything:: |
27 |
pre-everything:: |
24 |
@${ECHO_MSG} "You can build tabbed with your own config.h using the TABBED_CONF knob:" |
28 |
@${ECHO_MSG} "You can build tabbed with your own config.h using the TABBED_CONF knob:" |
Lines 31-37
post-extract:
Link Here
|
31 |
.endif |
35 |
.endif |
32 |
|
36 |
|
33 |
post-install: |
37 |
post-install: |
34 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
38 |
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* |
35 |
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} |
|
|
36 |
|
39 |
|
37 |
.include <bsd.port.mk> |
40 |
.include <bsd.port.mk> |