freebsd-ports/sysutils/sysrc/Makefile
Muhammad Moinur Rahman 6784aa5d01 sysutils/sysrc: Mark DEPRECATED
- All supported versions of FreeBSD has this into the base system. So no
  point having a port whereas the version of src is more recent then the
  one in the port.
- Set EXPIRATION_DATE to 2023-09-27

Approved by:	portmgr (blanket)
2023-08-27 11:03:23 +02:00

27 lines
813 B
Makefile

PORTNAME= sysrc
PORTVERSION= 5.2
CATEGORIES= sysutils
MASTER_SITES= http://druidbsd.sourceforge.net/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility to get or set rc.conf(5) values
WWW= http://druidbsd.sourceforge.net/
LICENSE= BSD2CLAUSE
DEPRECATED= Migrated into src
EXPIRATION_DATE= 2023-09-27
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/common.subr ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.subr ${STAGEDIR}${DATADIR}
${MKDIR} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}/include
${INSTALL_DATA} ${WRKSRC}/messages.subr \
${STAGEDIR}${PREFIX}/libexec/${PORTNAME}/include
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8
.include <bsd.port.mk>