ports/devel/bsdbuild/Makefile
Muhammad Moinur Rahman a806fce065
devel/bsdbuild: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-26 21:38:46 +01:00

18 lines
397 B
Makefile

PORTNAME= bsdbuild
PORTVERSION= 3.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://stable.hypertriton.com/bsdbuild/
MAINTAINER= vedge@hypertriton.com
COMMENT= Portable BSD-style build system
WWW= https://bsdbuild.hypertriton.com/
LICENSE= BSD2CLAUSE
USES= perl5 shebangfix
SHEBANG_FILES= *.pl mk/*.pl
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
.include <bsd.port.mk>