summaryrefslogtreecommitdiff
path: root/print/dviselect/Makefile
blob: 37241090b72944c9e0141fd30c1c5c1212d59976 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:    dviselect
# Version required:     ?
# Date created:         12 October 1994
# Whom:                 jmz
#
# $Id: Makefile,v 1.8 1995/11/22 13:18:05 asami Exp $
#

DISTNAME=	dviselect
PKGNAME=	dviselect-1.3
CATEGORIES=	print
MASTER_SITES=	ftp://ftp.cs.umn.edu/pub/latex/software/

MAINTAINER=	jmz@FreeBSD.org

pre-install:
	@${MKDIR} ${PREFIX}/man/man1
	@${MKDIR} ${PREFIX}/bin

.include <bsd.port.mk>