mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
0cf8dc6da6
This is a proof of concept to showcase the installation of tests into the new 'tests' top-level subdirectory of /usr/local. Other ports will follow later on. The installation of tests is protected by the already-existing TEST option. Bump the port revision to 1. Approved by: bdrewery
25 lines
495 B
Makefile
25 lines
495 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= shtk
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://github.com/jmmv/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/ \
|
|
LOCAL/jmmv
|
|
|
|
MAINTAINER= jmmv@freebsd.org
|
|
COMMENT= Application toolkit for POSIX-compliant shell scripts
|
|
|
|
LICENSE= BSD
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--without-atf
|
|
|
|
MAKE_ARGS= pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
|
|
|
OPTIONS_DEFINE= TEST
|
|
OPTIONS_SUB= yes
|
|
TEST_CONFIGURE_WITH= atf
|
|
|
|
.include <bsd.port.mk>
|