1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/print/utopia/Makefile
Dmitri Goutnik 56d777e6c2 print/utopia : Update MAINTAINER, MASTER_SITES
- 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
2019-10-19 23:14:15 +00:00

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>