1996-06-14 08:00:15 +00:00
|
|
|
# New ports collection makefile for: virtualpaper
|
|
|
|
# Date created: 13 June 1996
|
|
|
|
# Whom: jkh
|
|
|
|
#
|
1999-08-31 01:53:22 +00:00
|
|
|
# $FreeBSD$
|
1996-06-14 08:00:15 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 17:50:59 +00:00
|
|
|
PORTNAME= virtualpaper
|
|
|
|
PORTVERSION= 1.4
|
1996-11-17 08:45:20 +00:00
|
|
|
CATEGORIES= print
|
1996-06-14 08:00:15 +00:00
|
|
|
MASTER_SITES= http://www.research.digital.com:80/SRC/virtualpaper/cgi-bin/nph-download.tcl/sources.tar.Z?object=Virtual+Paper/
|
1996-11-03 19:49:50 +00:00
|
|
|
DISTFILES= sources.tar.Z
|
|
|
|
|
|
|
|
MAINTAINER= jdp@FreeBSD.org
|
|
|
|
|
1998-08-26 20:44:12 +00:00
|
|
|
BUILD_DEPENDS= m3build-6:${PORTSDIR}/lang/modula-3
|
1998-10-09 10:05:56 +00:00
|
|
|
LIB_DEPENDS= m3.6:${PORTSDIR}/lang/modula-3-lib
|
1996-06-14 08:00:15 +00:00
|
|
|
|
1996-11-27 12:08:48 +00:00
|
|
|
DIST_SUBDIR= virtualpaper-1.4
|
1996-11-17 08:45:20 +00:00
|
|
|
MAN1= LecternClient.1 Lectern.1 BuildLectern.1 EditLectern.1
|
|
|
|
|
1996-06-14 08:00:15 +00:00
|
|
|
do-build:
|
1996-11-03 19:49:50 +00:00
|
|
|
@cd ${WRKSRC}/lecternclient; m3build
|
|
|
|
@cd ${WRKSRC}/lecterndoc; m3build
|
|
|
|
@cd ${WRKSRC}/lectern; m3build
|
|
|
|
@cd ${WRKSRC}/ocr; m3build
|
|
|
|
@cd ${WRKSRC}/buildlectern; m3build
|
|
|
|
@cd ${WRKSRC}/editlectern; m3build
|
1996-06-14 08:00:15 +00:00
|
|
|
|
|
|
|
do-install:
|
1999-08-27 22:30:39 +00:00
|
|
|
@${ECHO_MSG} "Installing files"
|
1996-11-03 19:49:50 +00:00
|
|
|
@cd ${WRKSRC}; \
|
|
|
|
${INSTALL_PROGRAM} \
|
|
|
|
lecternclient/FreeBSD2/LecternClient \
|
|
|
|
lectern/FreeBSD2/Lectern \
|
|
|
|
buildlectern/FreeBSD2/BuildLectern \
|
|
|
|
editlectern/FreeBSD2/EditLectern \
|
|
|
|
${PREFIX}/bin; \
|
|
|
|
${INSTALL_MAN} \
|
|
|
|
lecternclient/FreeBSD2/LecternClient.1 \
|
|
|
|
lectern/FreeBSD2/Lectern.1 \
|
|
|
|
buildlectern/FreeBSD2/BuildLectern.1 \
|
|
|
|
editlectern/FreeBSD2/EditLectern.1 \
|
|
|
|
${PREFIX}/man/man1; \
|
|
|
|
${INSTALL_MAN} \
|
|
|
|
lecternclient/FreeBSD2/LecternClient.1.html \
|
|
|
|
lectern/FreeBSD2/Lectern.1.html \
|
|
|
|
buildlectern/FreeBSD2/BuildLectern.1.html \
|
|
|
|
editlectern/FreeBSD2/EditLectern.1.html \
|
1997-03-27 18:35:49 +00:00
|
|
|
${PREFIX}/lib/m3/www; \
|
|
|
|
if [ ! -d ${PREFIX}/share/virtualpaper ]; then \
|
|
|
|
${MKDIR} ${PREFIX}/share/virtualpaper; \
|
1999-08-22 19:01:07 +00:00
|
|
|
${CHMOD} 755 ${PREFIX}/share/virtualpaper; \
|
1997-03-27 18:35:49 +00:00
|
|
|
fi; \
|
|
|
|
${INSTALL_DATA} COPYRIGHT ${PREFIX}/share/virtualpaper
|
1999-08-27 22:30:39 +00:00
|
|
|
@${ECHO_MSG} "Stripping programs"
|
1996-11-03 19:49:50 +00:00
|
|
|
@cd ${PREFIX}/bin; \
|
|
|
|
strip LecternClient Lectern BuildLectern EditLectern
|
1996-06-14 08:00:15 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|