This commit is contained in:
espie 2000-06-02 19:41:58 +00:00
parent d2b0a4bc65
commit 87e965f32e
4 changed files with 24 additions and 17 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.9 2000/04/09 17:36:35 espie Exp $
# $OpenBSD: Makefile,v 1.10 2000/06/02 19:41:58 espie Exp $
DISTNAME= xminehunter-0.4
CATEGORIES= games
NEED_VERSION= 1.191
FAKE=No
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
@ -14,10 +13,12 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= "no fee"
PERMIT_DISTFILES_FTP= Yes
USE_X11= yes
USE_MOTIF= yes
USE_X11= Yes
USE_MOTIF= Yes
WRKDIST= ${WRKDIR}/xminehunter
ALL_TARGET= xminehunter
FAKE_FLAGS= INSTALL_BIN_PATH=${WRKINST}${PREFIX}/bin \
INSTALL_SCORE_PATH=${WRKINST}${PREFIX}/lib/X11/xminehunter
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
--- Makefile.orig Mon Jul 22 08:11:34 1996
+++ Makefile Thu Jan 9 17:28:57 1997
+++ Makefile Fri Jun 2 21:26:29 2000
@@ -1,8 +1,8 @@
-INSTALL_BIN_PATH = /usr/local/bin
-INSTALL_SCORE_PATH = /usr/local/lib/xminehunter
@ -13,3 +13,12 @@
CC = g++
@@ -50,7 +50,7 @@ bitmap.o: ${HEADERS} bitmap.cc
install:
mkdir -p ${INSTALL_SCORE_PATH}
- chmod 333 ${INSTALL_SCORE_PATH}
+ chmod 666 ${INSTALL_SCORE_PATH}
cp xminehunter ${INSTALL_BIN_PATH}
clean:

View File

@ -1,4 +1,4 @@
bin/xminehunter
@exec mkdir %D/lib/X11/xminehunter
@exec chmod 333 %D/lib/X11/xminehunter
@dirrm lib/X11/xminehunter
@exec chmod 666 %D/lib/X11/xminehunter
@unexec rm -rf %D/lib/X11/xminehunter

View File

@ -3,26 +3,23 @@
# Date created: December 2, 1997
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.5 2000/04/09 17:37:51 espie Exp $
# $OpenBSD: Makefile,v 1.6 2000/06/02 19:41:59 espie Exp $
#
DISTNAME= ghostview-1.5
CATEGORIES= print
FAKE=No
NEED_VERSION= 1.290
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ghostview
MAINTAINER= angelos@openbsd.org
LICENSE_TYPE= GPL
PERMIT_PACKAGE_CDROM= YES
PERMIT_PACKAGE_FTP= YES
PERMIT_DISTFILES_CDROM= YES
PERMIT_DISTFILES_FTP= YES
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_IMAKE= yes
post-install:
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
USE_IMAKE= Yes
.include <bsd.port.mk>