freebsd-ports/emulators/vice/Makefile
Ying-Chieh Liao e42ec06795 upgrade to 1.7
PR:		32218
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-11-23 17:41:54 +00:00

50 lines
987 B
Makefile

# New ports collection makefile for: vice
# Date created: Mar 28, 1998
# Whom: dchapes@ddm.on.ca
#
# $FreeBSD$
PORTNAME= vice
PORTVERSION= 1.7
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/
MAINTAINER= ports@FreeBSD.org
RESTRICTED= ROMs are copyrighted by Commodore Business Machines
NO_CDROM= ${RESTRICTED}
NO_PACKAGE= ${RESTRICTED}
USE_XPM= yes
WANT_GNOME= yes
GNU_CONFIGURE= yes
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
.include <bsd.port.pre.mk>
.if defined(HAVE_GNOME)
USE_GNOME= yes
CONFIGURE_ARGS= --enable-gnomeui
.else
LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
CONFIGURE_ARGS= --with-xaw3d
.endif
post-extract:
@${RM} -f ${WRKSRC}/doc/vice.info*
post-patch:
@${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/man/vice.1
post-install:
@${LN} -sf vice_toc.html ${DOCSDIR}/index.html
.include <bsd.port.post.mk>