1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/graphics/optar/Makefile
Martin Wilke 488ccd90f5 - Update MASTER_SITES
PR:		138024
Submitted by:	Antonios Anastasiadis <antonakis@gmail.com> (maintainer)
2009-08-22 19:21:34 +00:00

32 lines
700 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://xps.crucible.gr/
DISTFILES= optar.tgz \
font.h
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>