mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
1b13452762
tricky for others to work on the ports tree, this will also bring more visible to portroach of those which are outdated
25 lines
431 B
Makefile
25 lines
431 B
Makefile
# Dlang
|
|
ONLY_FOR_ARCHS = amd64 i386
|
|
USE_NOBTCFI = Yes
|
|
|
|
V = 1.3.0
|
|
COMMENT = command line interface for Repology.org
|
|
DISTNAME = repology-${V}
|
|
CATEGORIES = sysutils
|
|
REVISION = 0
|
|
|
|
HOMEPAGE = https://github.com/ibara/repology
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c c++abi execinfo m pthread
|
|
|
|
SITES = https://github.com/ibara/repology/releases/download/v${V}/
|
|
|
|
BUILD_DEPENDS = lang/dmd
|
|
|
|
FAKE_FLAGS = DESTDIR=
|
|
|
|
.include <bsd.port.mk>
|