1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/emulators/vice/Makefile

35 lines
738 B
Makefile
Raw Normal View History

# New ports collection makefile for: vice
# Date created: Mar 28, 1998
# Whom: dchapes@ddm.on.ca
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
2000-04-12 04:56:17 +00:00
PORTNAME= vice
PORTVERSION= 1.6
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
USE_XLIB= yes
RESTRICTED= ROMs are copyrighted by Commodore Business Machines
NO_CDROM= ${RESTRICTED}
1998-07-13 01:25:02 +00:00
NO_PACKAGE= ${RESTRICTED}
GNU_CONFIGURE= yes
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}/share/doc/vice/index.html
.include <bsd.port.mk>