Inital import

This commit is contained in:
don 1998-01-24 22:07:33 +00:00
parent 41ee277061
commit f7b1ceb489
6 changed files with 43 additions and 0 deletions

19
x11/xzoom/Makefile Normal file
View File

@ -0,0 +1,19 @@
# OpenBSD makefile for: xzoom
# Version required: 0.3
# Date created: December 21, 1997
# Whom: Don Schmidt
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/01/24 22:07:33 don Exp $
#
DISTNAME= xzoom-0.3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= libs/X
EXTRACT_SUFX= .tgz
MAINTAINER= don@OpenBSD.ORG
USE_IMAKE= yes
.include <bsd.port.mk>

1
x11/xzoom/files/md5 Normal file
View File

@ -0,0 +1 @@
MD5 (xzoom-0.3.tgz) = c6ecc5fade34cf46cbe8c00b93d7ac78

View File

@ -0,0 +1,19 @@
*** Imakefile.orig Sun Dec 21 18:53:02 1997
--- Imakefile Sun Dec 21 18:53:40 1997
***************
*** 19,25 ****
NAME = xzoom
! BINDIR = /usr/local/bin
! MANPATH = /usr/local/man
SimpleProgramTarget($(NAME))
--- 19,25 ----
NAME = xzoom
! BINDIR = ${PREFIX}/bin
! MANPATH = ${PREFIX}/man
SimpleProgramTarget($(NAME))

1
x11/xzoom/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
magnify, rotate, mirror the image on the X screen

1
x11/xzoom/pkg/DESCR Normal file
View File

@ -0,0 +1 @@
magnify, rotate, mirror the image on the X screen

2
x11/xzoom/pkg/PLIST Normal file
View File

@ -0,0 +1,2 @@
bin/xzoom
man/cat1/xzoom.0