pkgsrc-wip/hasciicam/Makefile
Leonardo Taccari 2c12cff671 hasciicam: Update wip/hasciicam to 1.3 and modernize it.
pkgsrc changes:
 o Modernize the package and clean it up... Add PLIST, port it to NetBSD
 (probably it will work also on OpenBSD and other operating system that have
 <sys/videoio.h>).

Changes:
 No changes unfortunately are available and neither ChangeLog nor NEWS contain
 useful information apart ``arg. i never kept a ChangeLog of this software''
 and ``NO NEWS MEANS GOOD NEWS''. sigh.

TODO: it does not work with "-driver curses", only with "-driver x11".
2015-11-07 23:36:43 +01:00

21 lines
537 B
Makefile

# $NetBSD: Makefile,v 1.8 2012/09/29 17:05:53 asau Exp $
#
DISTNAME= hasciicam_1.3
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= graphics net
MASTER_SITES= https://files.dyne.org/hasciicam/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ascii.dyne.org/
COMMENT= Live ascii video on the web
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
ONLY_FOR_PLATFORM= Linux-*-* NetBSD-*-*
.include "../../graphics/aalib/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"