diff options
author | agc <agc> | 2003-12-05 14:30:15 +0000 |
---|---|---|
committer | agc <agc> | 2003-12-05 14:30:15 +0000 |
commit | b328106c7e84ee0f336c77a7342917d90933ca9f (patch) | |
tree | fd315931dfa5caa48a208b3236d6d1edbc396455 /fonts/sgi-fonts/Makefile | |
parent | b0963bb342398cf4e7c42ae51b2cc2f7f737503d (diff) | |
download | pkgsrc-b328106c7e84ee0f336c77a7342917d90933ca9f.tar.gz |
Initial import of sgi-fonts-1.0.457 into the NetBSD Packages Collection.
This package provides the "SGI ProPack fonts for Linux".
Diffstat (limited to 'fonts/sgi-fonts/Makefile')
-rw-r--r-- | fonts/sgi-fonts/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/fonts/sgi-fonts/Makefile b/fonts/sgi-fonts/Makefile new file mode 100644 index 00000000000..f3d9bbd8d11 --- /dev/null +++ b/fonts/sgi-fonts/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/05 14:30:15 agc Exp $ + +DISTNAME= sgi-fonts-1.0-457.src +PKGNAME= sgi-fonts-1.0.457 +CATEGORIES= fonts +MASTER_SITES= http://public.planetmirror.com/pub/suse/i386/8.2/suse/src/ +EXTRACT_SUFX= .rpm + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://oss.sgi.com/projects/sgi_propack/ +COMMENT= Linux compatibility package for SGI fonts + +USE_IMAKE= yes +WRKSRC= ${WRKDIR}/sgi-fonts + +RPM2PKG= ${PREFIX}/sbin/rpm2pkg +BUILD_DEPENDS+= rpm2pkg>=1.3:../../pkgtools/rpm2pkg + +do-extract: + ${RPM2PKG} -d ${WRKDIR} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} + cd ${WRKDIR} && ${GTAR} xzf sgi-fonts.tar.bz2 + +.include "../../mk/bsd.pkg.mk" |