1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/x11/aclip/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
465 B
Makefile

PORTNAME= aclip
DISTVERSION= 0.6.0.1
CATEGORIES= x11
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Command line interface to Arcan clipboards
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC:H:H:H}/data/distr/LICENSE.BSD
LIB_DEPENDS= libarcan_shmif_ext.so:multimedia/arcan
USES= cmake compiler:c11
USE_GITHUB= yes
GH_ACCOUNT= letoram
GH_PROJECT= arcan
WRKSRC_SUBDIR= src/tools/${PORTNAME}
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>