aboutsummaryrefslogtreecommitdiff
path: root/print/dviselect/Makefile
blob: 1d6018c36b6bc5d05fd63e64e9913efee5b435a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    dviselect
# Date created:         12 October 1994
# Whom:                 jmz
#
# $FreeBSD$
#

PORTNAME=	dviselect
PORTVERSION=	1.3
PORTREVISION=	2
CATEGORIES=	print
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	jmz

DISTNAME=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Extract pages from DVI files

SCRIPTS_ENV=	CFLAGS="${CFLAGS}"

MAN1=		dviselect.1
PLIST_FILES=	bin/dviselect

.include <bsd.port.mk>