mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
9e4e7981d4
frontend PR: 30770 Submitted by: Emil J.V. Björsell (jev) <jev@ecad.org>
23 lines
408 B
Makefile
23 lines
408 B
Makefile
# New ports collection makefile for: barcode
|
|
# Date created: Sun Sep 23 11:07:00 IST 2001
|
|
# Whom: Emil J.V. Björsell (Jev)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= barcode
|
|
PORTVERSION= 0.96
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= barcode
|
|
|
|
MAINTAINER= jev@ecad.org
|
|
|
|
BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk
|
|
|
|
MAN1= barcode.1
|
|
MAN3= barcode.3
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|