diff options
author | tron <tron> | 1998-12-30 18:00:03 +0000 |
---|---|---|
committer | tron <tron> | 1998-12-30 18:00:03 +0000 |
commit | d62fcd888f73a81290d67f884df756e1ee35361e (patch) | |
tree | e89a5cb7ecb9afb72747603a6b8fc1daf7a4a68d /print | |
parent | a409f0ed6a3ab3e82a7b7c2e58b8b5613b531c8e (diff) | |
download | pkgsrc-d62fcd888f73a81290d67f884df756e1ee35361e.tar.gz |
Adapt this package to NetBSD.
Diffstat (limited to 'print')
-rw-r--r-- | print/rtf2latex/Makefile | 15 | ||||
-rw-r--r-- | print/rtf2latex/files/Makefile | 3 | ||||
-rw-r--r-- | print/rtf2latex/files/md5 | 2 | ||||
-rw-r--r-- | print/rtf2latex/pkg/PLIST | 2 |
4 files changed, 12 insertions, 10 deletions
diff --git a/print/rtf2latex/Makefile b/print/rtf2latex/Makefile index c2141f121b5..59d12b6d31f 100644 --- a/print/rtf2latex/Makefile +++ b/print/rtf2latex/Makefile @@ -1,8 +1,4 @@ -# New ports collection makefile for: rtf2LaTeX -# Version required: 1.5 -# Date created: 25 Jan 1995 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# +# $NetBSD: Makefile,v 1.2 1998/12/30 18:00:03 tron Exp $ # FreeBSD Id: Makefile,v 1.7 1998/08/31 07:51:40 tg Exp # @@ -11,12 +7,13 @@ PKGNAME= rtf2latex-1.5 CATEGORIES= print MASTER_SITES= ftp://ftp.dante.de/pub/tex/support/rtf2latex/ -MAINTAINER= ports@FreeBSD.ORG +MAINTAINER= tron@netbsd.org WRKSRC= ${WRKDIR}/rtf2LaTeX -MAN1= rtf2LaTeX.1 +NO_PATCH= yes +NO_CONFIGURE= yes post-extract: - ${CP} ${FILESDIR}/Makefile ${WRKSRC} + ${LN} -fs ${FILESDIR}/Makefile ${WRKSRC} -.include <bsd.port.mk> +.include <../../mk/bsd.pkg.mk> diff --git a/print/rtf2latex/files/Makefile b/print/rtf2latex/files/Makefile index f1985ea98d9..c437b2da429 100644 --- a/print/rtf2latex/files/Makefile +++ b/print/rtf2latex/files/Makefile @@ -1,9 +1,10 @@ +# $NetBSD: Makefile,v 1.2 1998/12/30 18:00:03 tron Exp $ + SHELL=/bin/sh INSTALL_PROGRAM=${BSD_INSTALL_PROGRAM} INSTALL_MAN=${BSD_INSTALL_MAN} INSTALL_DATA=${BSD_INSTALL_DATA} LD=cc -s -PREFIX?=/usr/local # if your compiler needs -o option for creating .o files uncomment this line: #OOPT = -o $@ # diff --git a/print/rtf2latex/files/md5 b/print/rtf2latex/files/md5 index 2b4304cc7e2..528d7f9e019 100644 --- a/print/rtf2latex/files/md5 +++ b/print/rtf2latex/files/md5 @@ -1 +1,3 @@ +$NetBSD: md5,v 1.2 1998/12/30 18:00:03 tron Exp $ + MD5 (rtf2LaTeX.1.5.tar.gz) = 90964f786d149d314a57511ed9ceaaee diff --git a/print/rtf2latex/pkg/PLIST b/print/rtf2latex/pkg/PLIST index 26894bebf5f..b609b90e90f 100644 --- a/print/rtf2latex/pkg/PLIST +++ b/print/rtf2latex/pkg/PLIST @@ -1,4 +1,6 @@ +@comment $NetBSD: PLIST,v 1.2 1998/12/30 18:00:03 tron Exp $ bin/rtf2LaTeX +man/man1/rtf2LaTeX.1 share/rtf/ansi.code share/rtf/english.land share/rtf/german.land |