Adopt BSD make ports framework
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
PORTNAME= framework-test
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= tests
|
||||
MASTER_SITES= http://example.invalid/
|
||||
DISTFILES= framework-test.c
|
||||
NO_EXTRACT= yes
|
||||
|
||||
.include "${.PARSEDIR}/../ports/Mk/mouse.port.mk"
|
||||
|
||||
check:
|
||||
@test "${PORTNAME}" = framework-test
|
||||
@test "${PORTSDIR}" = "${.CURDIR}/ports"
|
||||
@test "${PORTORIGIN}" = tests/framework-test
|
||||
Reference in New Issue
Block a user