1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/misc/ptsort/Makefile
Nuno Teixeira d2391cdec7 misc/ptsort: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-17 11:06:23 +00:00

20 lines
472 B
Makefile

PORTNAME= ptsort
PORTVERSION= 1.20170904
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= https://github.com/dag-erling/${PORTNAME}/releases/download/${PORTVERSION}/
MAINTAINER= des@FreeBSD.org
COMMENT= Prioritized topological sort
WWW= https://github.com/dag-erling/ptsort
LICENSE= BSD3CLAUSE
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INSTALL_TARGET= install-strip
PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>