aboutsummaryrefslogtreecommitdiffstats
path: root/games/frotz/Makefile
blob: d2f2a82d9a81bd3bea32915b0985dcbbe424fa96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Created by: Andrey Zakhvatov
# $FreeBSD$

PORTNAME=   frotz
PORTVERSION=    2.43d
CATEGORIES= games
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/2.43/ \
        http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/

MAINTAINER= nemysis@gmx.ch
COMMENT=    Infocom games interpreter

LICENSE=    GPLv2 # (or later)

MAKE_ARGS=  CC="${CC}" OPTS="${CFLAGS}" PREFIX="${PREFIX}" \
        CONFIG_DIR="${PREFIX}/etc" SOUND_DEFS="-DOSS_SOUND" \
        SOUND_DEV="/dev/dsp" INCL="" LIB=""
MAKE_JOBS_SAFE= yes

MAN6=       frotz.6 dfrotz.6
PORTDOCS=   AUTHORS BUGS ChangeLog DUMB HOW_TO_PLAY README
PORTEXAMPLES=   frotz.conf-big frotz.conf-small
PLIST_FILES=    bin/frotz

.include <bsd.port.options.mk>

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.for m in ${MAN6}
    ${INSTALL_MAN} ${WRKSRC}/doc/${m} ${MAN6PREFIX}/man/man6
.endfor

.if ${PORT_OPTIONS:MDOCS}
    ${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif

.if ${PORT_OPTIONS:MEXAMPLES}
    @${MKDIR} ${EXAMPLESDIR}
.for ex in ${PORTEXAMPLES}
    ${INSTALL_DATA} ${WRKSRC}/doc/${ex} ${EXAMPLESDIR}
.endfor
.endif

.include <bsd.port.mk>
n class='insertions'>+155 * Readd PORTEPOCH removed by mistakebapt2013-06-251-0/+1 * Update to 0.1.17 [1]bapt2013-06-255-30/+71 * Fix pkg-plistantoine2013-06-251-1/+1 * - Add LICENSE [1]beat2013-06-232-274/+277 * x11-wm/lxsession: fix NLS optionwg2013-06-212-31/+20 * - fix broken commit r320732dinoex2013-06-211-1/+0 * - Don't remove directories not created by this portmiwi2013-06-191-4/+0 * - Don't remove directories not created by this portmiwi2013-06-191-2/+0 * - Fix i18n manpagesmiwi2013-06-191-0/+4 * Send some ports back to the pool that I no longer have time forkmoore2013-06-181-1/+1 * Better fix with clangbapt2013-06-131-2/+1 * Fix build with clangbapt2013-06-131-0/+4 * Fix build with clangbapt2013-06-131-0/+2 * Add a patch to stop crashing on amd64.rakuco2013-06-122-1/+16 * . fix build with clang (CFLAGS+=-Wno-return-type);bsam2013-06-121-5/+3 * - Fix build with gcc 4.6 or newergblach2013-06-101-0/+11 * - Add the shared library version number for polkit (from sysutils/policykit)rene2013-06-101-1/+4 * update lang/sbcl to 1.1.8, and adjust dependent portsbf2013-06-061-1/+1 * - Remove debug CFLAGS introduced by my last commitgahr2013-06-051-1/+0 * - Update The Glorious Glasgow Haskell Compiler to version 7.6.3pgj2013-06-052-3/+3 * - Update to 2.1.1wg2013-05-293-9/+10 * The FreeBSD x11 team proudly presentszeising2013-05-259-20/+26 * Fix underminated quoted stringbapt2013-05-241-1/+1 * Do not try to remove directories not being created by the port/packagebapt2013-05-241-5/+0 * - Initialize variables to avoid giving incorrect valuesgahr2013-05-231-11/+20 * Move x11-wm/transset-df to x11-wm/transset and change upstream tozeising2013-05-216-32/+23 * - Update EFL libraries to 1.7.7gblach2013-05-192-3/+3 * - Update to 0.6wg2013-05-183-10/+31 * Revert r318338 to unbreak INDEX.rakuco2013-05-175-0/+73 * Remove x11-wm/libdockapp, expired last year.rakuco2013-05-175-73/+0 * Drop build dependencies on bison/flex now that it is compatible with yacc/lexbapt2013-05-161-3/+1 * - Change MAINTAINER address of all my portswg2013-05-162-2/+2 * - Remove debug printf introduced in my last commitgahr2013-05-151-5/+4 * - Convert to optionsNGgblach2013-05-151-7/+4 * Update to 1.3.9.rakuco2013-05-153-29/+3 * - Fix swap usage values in E-MemWatch.eppletgahr2013-05-151-13/+16 * - Update to 20130510 snapshotgblach2013-05-14