mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
d2391cdec7
Approved by: portmgr (blanket)
20 lines
472 B
Makefile
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>
|