freebsd-ports/graphics/xbarcode/Makefile
Alexander Langer a7f2252119 Add xbarcode, a (NO_CDROM) program to generate and save graphics of
barcodes in different industry standards.

PR:		21667
Submitted by:	brett <brett@nodetree.net>
2000-10-01 15:27:35 +00:00

30 lines
673 B
Makefile

# New ports collection makefile for: xbarcode
# Date created: 1 October 2000
# Whom: brett@nodetree.net
#
# $FreeBSD$
#
PORTNAME= xbarcode
PORTVERSION= 1.0
CATEGORIES= graphics
MASTER_SITES= http://www.nodetree.net/distfiles/
MAINTAINER= brett@nodetree.net
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
RUN_DEPENDS= pnmfile:${PORTSDIR}/graphics/netpbm
NO_CDROM= Must not be sold
MAN1= XBarcode.1
MLINKS= XBarcode.1 bar.1
ALL_TARGET= XBarcode
USE_XLIB= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/XBarcode ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/bar ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/XBarcode.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>