mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
22 lines
469 B
Makefile
22 lines
469 B
Makefile
PORTNAME= aloadimage
|
|
DISTVERSION= 0.6.1
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Trivial image viewer for Arcan servers
|
|
|
|
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>
|