bentley 3e81b07c71 Replace distcache.freebsd.org/ports-distfiles/ with _MASTER_SITE_FREEBSD.
Some ports used _MASTER_SITE_FREEBSD already but others hardcoded the URL.

Switch _MASTER_SITE_FREEBSD and MASTER_SITE_FREEBSD_LOCAL to https.
2018-01-13 03:00:46 +00:00

26 lines
528 B
Makefile
Executable File

# $OpenBSD: Makefile,v 1.8 2018/01/13 03:00:46 bentley Exp $
COMMENT= simple, powerful configuration-file parser
DISTNAME= dotconf-1.3
REVISION= 0
SHARED_LIBS += dotconf 1.0 # 0.1
CATEGORIES= devel
HOMEPAGE= https://github.com/williamh/dotconf
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${_MASTER_SITE_FREEBSD}
CONFIGURE_STYLE= gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dotconf/
${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${PREFIX}/share/doc/dotconf/
.include <bsd.port.mk>