24 lines
451 B
Makefile
24 lines
451 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/09/15 21:36:45 merdely Exp $
|
|
|
|
COMMENT= utilities for PostScript Type 1 fonts
|
|
DISTNAME= t1utils-1.32
|
|
CATEGORIES= print
|
|
|
|
HOMEPAGE= http://www.lcdf.org/~eddietwo/type/
|
|
|
|
MAINTAINER= Matt Jibson <dolmant@gmail.com>
|
|
|
|
# mix of BSD/GPL/PD
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
WANTLIB= c
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|