1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/vietnamese/vnless/Makefile
Mateusz Piotrowski e9773cf24b Fix the license permissions
Actually, it is not allowed to sell this software without written consent
of the author.
2020-09-26 10:36:01 +00:00

34 lines
740 B
Makefile

# Created by: David O'Brien (obrien@cs.ucdavis.edu)
# $FreeBSD$
PORTNAME= vnless
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= vietnamese
MASTER_SITES= ftp://ftp.monash.edu.au/pub/vietnam/unix/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Pager utility that speaks Vietnamese
LICENSE= LESSLICENSE
LICENSE_NAME= less License
LICENSE_FILE= ${WRKSRC}/version.c
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
USES= ncurses
ALL_TARGET= clobber all
MAKE_ARGS= LIBS="-lncurses -lc"
CFLAGS+= -Wno-return-type
PLIST_FILES= bin/vnless \
bin/vnlesskey \
man/man1/vnless.1.gz \
man/man1/vnlesskey.1.gz \
share/misc/vnless.help
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>