opnsense-ports/print/utopia/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

20 lines
442 B
Makefile

# Created by: James Bailie <jimmy@mammothcheese.ca>
# $FreeBSD$
PORTNAME= utopia
PORTVERSION= 1.1
CATEGORIES= print
MASTER_SITES= http://www.mammothcheese.ca/
MAINTAINER= ports@FreeBSD.org
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>