freebsd-ports/science/buddy/Makefile
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

24 lines
552 B
Makefile

PORTNAME= buddy
PORTVERSION= 2.4
PORTREVISION= 2
CATEGORIES= science
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/BuDDy%20${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Binary Decision Diagram library
WWW= https://buddy.sourceforge.net/
USES= gmake libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
DOCS= doc/bddnotes.ps doc/buddy.ps doc/tech.txt README AUTHORS
OPTIONS_DEFINE= DOCS
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>