|
Lines 1-22
Link Here
|
| 1 |
PORTNAME= widentd |
1 |
PORTNAME= widentd |
| 2 |
PORTVERSION= 1.04 |
2 |
PORTVERSION= 1.05 |
| 3 |
PORTREVISION= 1 |
|
|
| 4 |
CATEGORIES= net |
3 |
CATEGORIES= net |
| 5 |
MASTER_SITES= https://BSDforge.com/projects/source/net/widentd/ |
4 |
MASTER_SITES= https://codeberg.org/BSDforge/${PORTNAME}/archive/ |
| 6 |
|
5 |
|
| 7 |
MAINTAINER= portmaster@BSDforge.com |
6 |
MAINTAINER= portmaster@BSDforge.com |
| 8 |
COMMENT= RFC1413 auth/identd daemon providing a fixed fake reply |
7 |
COMMENT= RFC1413 auth/identd daemon providing a fixed fake reply |
| 9 |
WWW= https://BSDforge.com/projects/net/widentd/ |
8 |
WWW= https://codeberg.org/BSDforge/widentd/ |
| 10 |
|
9 |
|
| 11 |
LICENSE= BSD3CLAUSE |
10 |
LICENSE= BSD3CLAUSE |
| 12 |
|
11 |
|
| 13 |
DEPRECATED= Abandonware, last release in 2004 and dead upstream. Consider using security/oidentd |
12 |
USES= ncurses uidfix |
| 14 |
EXPIRATION_DATE=2024-02-29 |
|
|
| 15 |
|
| 16 |
USES= ncurses uidfix tar:xz |
| 17 |
USE_RC_SUBR= widentd |
13 |
USE_RC_SUBR= widentd |
| 18 |
MAKE_ENV+= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man" MK_WERROR=no |
14 |
BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/share/man/man" |
|
|
15 |
|
| 16 |
PLIST_FILES= sbin/widentd share/man/man8/widentd.8.gz |
| 17 |
PORTDOCS= LICENSE README README.md |
| 18 |
OPTIONS_DEFINE= DOCS |
| 19 |
# because the ports framework doesn't cope well with bare ${PORTNAME} ${WRKSRC} |
| 20 |
pre-patch: |
| 21 |
${MV} ${WRKDIR}/widentd ${WRKDIR}/widentd-1.05 |
| 19 |
|
22 |
|
| 20 |
PLIST_FILES= sbin/widentd man/man8/widentd.8.gz |
23 |
do-install-DOCS-on: |
|
|
24 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
| 25 |
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} |
| 21 |
|
26 |
|
| 22 |
.include <bsd.port.mk> |
27 |
.include <bsd.port.mk> |