3f18c37026
It's a codec for encoding data on paper, then you print it with a laser printer. If you want to read the recording, scan it with a scanner and feed into the decoder program. WWW: http://ronja.twibright.com/optar/ PR: ports/127796 Submitted by: antonakis at gmail.com
33 lines
790 B
Makefile
33 lines
790 B
Makefile
# New ports collection makefile for: optar
|
|
# Date created: 27 September 2008
|
|
# Whom: antonakis@gmail.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= optar
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://ronja.twibright.com/:main \
|
|
http://ronja.twibright.com/grx/optar/:header
|
|
#EXTRACT_SUFX= .tgz
|
|
DISTFILES= optar.tgz:main \
|
|
font.h:header
|
|
EXTRACT_ONLY= optar.tgz
|
|
|
|
MAINTAINER= antonakis@gmail.com
|
|
COMMENT= A tool for encoding data on paper
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/libpng/png.h:${PORTSDIR}/graphics/png
|
|
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
|
|
|
|
USE_GMAKE= yes
|
|
WRKSRC= ${WRKDIR}/optar
|
|
|
|
PLIST_FILES= bin/optar bin/unoptar bin/pgm2ps
|
|
|
|
post-extract:
|
|
@${RM} -v ${WRKSRC}/font.h
|
|
@${CP} -v ${DISTDIR}/font.h ${WRKSRC}/font.h
|
|
|
|
.include <bsd.port.mk>
|