mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
21 lines
442 B
Makefile
21 lines
442 B
Makefile
# New ports collection makefile for: dviselect
|
|
# Version required: ?
|
|
# Date created: 12 October 1994
|
|
# Whom: jmz
|
|
#
|
|
# $Id: Makefile,v 1.7 1995/05/16 10:43:59 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 -p ${PREFIX}/man/man1
|
|
@mkdir -p ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|