Lines 1-6
Link Here
|
1 |
PORTNAME= cronolog |
1 |
PORTNAME= cronolog |
2 |
PORTVERSION= 1.7.1 |
2 |
PORTVERSION= 1.7.1 |
3 |
PORTREVISION= 1 |
3 |
PORTREVISION= 2 |
4 |
CATEGORIES= sysutils |
4 |
CATEGORIES= sysutils |
5 |
MASTER_SITES= https://BSDforge.com/projects/source/sysutils/cronolog-devel/ |
5 |
MASTER_SITES= https://BSDforge.com/projects/source/sysutils/cronolog-devel/ |
6 |
PKGNAMESUFFIX= -devel |
6 |
PKGNAMESUFFIX= -devel |
Lines 14-31
LICENSE= APACHE10
Link Here
|
14 |
|
14 |
|
15 |
USES= shebangfix tar:xz |
15 |
USES= shebangfix tar:xz |
16 |
|
16 |
|
17 |
SHEBANG_FILES= src/cronosplit |
17 |
SHEBANG_FILES= src/cronosplit |
18 |
|
18 |
GNU_CONFIGURE= yes |
19 |
PLIST_FILES= sbin/cronolog \ |
19 |
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share |
20 |
sbin/cronosplit \ |
|
|
21 |
man/man1/cronolog.1m.gz \ |
22 |
man/man1/cronosplit.1m.gz |
23 |
|
20 |
|
24 |
CONFLICTS= cronolog |
21 |
CONFLICTS= cronolog |
25 |
|
22 |
|
26 |
WRKSRC= ${WRKDIR}/cronolog-${PORTVERSION} |
23 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |
27 |
INFO= cronolog |
24 |
INFO= cronolog |
28 |
|
25 |
PLIST_FILES= sbin/cronolog \ |
29 |
GNU_CONFIGURE= yes |
26 |
sbin/cronosplit \ |
|
|
27 |
share/man/man1/cronolog.1m.gz \ |
28 |
share/man/man1/cronosplit.1m.gz |
30 |
|
29 |
|
31 |
.include <bsd.port.mk> |
30 |
.include <bsd.port.mk> |