freebsd-ports/audio/mixertui/Makefile
2022-12-12 22:41:08 +01:00

36 lines
782 B
Makefile

PORTNAME= mixertui
DISTVERSION= 1.4.2
PORTREVISION= 2
CATEGORIES= audio
MAINTAINER= alfix86@gmail.com
COMMENT= Audio Mixer with a Terminal User Interface
WWW= https://gitlab.com/alfix/mixertui/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libsysctlmibinfo2.so:devel/libsysctlmibinfo2
USE_GITLAB= yes
GL_ACCOUNT= alfix
GL_COMMIT= 4d9092861f57bbb4a8e64d14b29ec6aaa1c9190f
PLIST_FILES= sbin/${PORTNAME} \
share/man/man8/${PORTNAME}.8.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/share/man/man8
.include <bsd.port.options.mk>
.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1300079
USES+= ncurses
.else
USES+= ncurses:port
.endif
.include <bsd.port.mk>