19 lines
411 B
Makefile
19 lines
411 B
Makefile
# New ports collection makefile for: hLaTeXp pkfonts 600dpi
|
|
# Date created: Jun 29 2000
|
|
# Whom: CHOI Junho <cjh@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../hlatexp-pkfonts300
|
|
FILESDIR= ${.CURDIR}/files
|
|
PKGDIR= ${.CURDIR}
|
|
MD5_FILE= ${.CURDIR}/distinfo
|
|
|
|
# pkfonts dpi
|
|
RESOLUTION= 1200
|
|
|
|
NO_CDROM= "Package is too big"
|
|
|
|
.include "${MASTERDIR}/Makefile"
|