blob: d2f32578fd4d64499432087a2aa7abcdaa443b46 (
plain)
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
|
# New ports collection makefile for: vice
# Version required: 1.0
# Date created: Mar 28, 1998
# Whom: dchapes@ddm.on.ca
#
# $Id: Makefile,v 1.9 1998/09/21 01:35:30 steve Exp $
DISTNAME= vice-1.0
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/
MAINTAINER= dchapes@ddm.on.ca
LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d
WRKSRC= ${WRKDIR}/vice-1.0
USE_XLIB= yes
RESTRICTED= ROMs are copyrighted by Commodore Business Machines
NO_CDROM= ${RESTRICTED}
NO_PACKAGE= ${RESTRICTED}
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -Wall -O5 -fomit-frame-pointer \
-funroll-loops -finline-functions -fno-strength-reduce"
CONFIGURE_ARGS= --with-xaw3d
MAN1= vice.1 c1541.1 petcat.1
MLINKS= vice.1 x64.1 \
vice.1 x128.1 \
vice.1 xvic.1 \
vice.1 xpet.1 \
vice.1 xcbm2.1
post-install:
@${LN} -sf vice-toc.html ${PREFIX}/lib/vice/doc/index.html
.include <bsd.port.mk>
|