mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
56d777e6c2
- Unbreak by updating MASTER_SITES to the new upstream - Pass maintainership to the submitter PR: 241278 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D22046
21 lines
470 B
Makefile
21 lines
470 B
Makefile
# Created by: James Bailie <jimmy@mammothcheese.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= utopia
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= print
|
|
MASTER_SITES= https://BSDforge.com/projects/source/print/utopia/
|
|
|
|
MAINTAINER= portmaster@BSDforge.com
|
|
COMMENT= Adobe Utopia typeface for Groff
|
|
|
|
MAKE_ARGS= DEST=${STAGEDIR}${DATADIR}/devps \
|
|
INSTALL_DATA="${INSTALL_DATA}" \
|
|
INSTALL_MAN="${INSTALL_MAN}" \
|
|
PREFIX=${PREFIX}
|
|
|
|
PLIST_FILES= man/man7/utopia_font.7.gz
|
|
PORTDATA= *
|
|
|
|
.include <bsd.port.mk>
|