1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/print/utopia/Makefile
Sunpoet Po-Chuan Hsieh 07d5a24c57 - Use PLIST_FILES and PORTDATA instead of PLIST
- Support STAGEDIR
2014-08-01 11:52:48 +00:00

21 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>