mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7acef1cd7a
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
44 lines
1.0 KiB
Makefile
44 lines
1.0 KiB
Makefile
# New ports collection makefile for: vMac
|
|
# Date created: Jul 11th 1999
|
|
# Whom: troll
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vMac
|
|
PORTVERSION= 0.1.9.3
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://www.vmac.org/download/XWindows/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= troll@digitalspark.net
|
|
|
|
MAKEFILE= Makefile
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
USE_GMAKE= yes
|
|
HAS_CONFIGURE= yes
|
|
USE_XLIB= yes
|
|
|
|
pre-patch:
|
|
(cd ${WRKSRC} && sh ${FILESDIR}/dos2unx gemulator.c)
|
|
|
|
post-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/vMac \
|
|
${PREFIX}/bin
|
|
@strip ${PREFIX}/bin/vMac
|
|
@ ${MKDIR} ${PREFIX}/share/doc/vMac
|
|
${INSTALL_DATA} ${WRKSRC}/CREDITS \
|
|
${PREFIX}/share/doc/vMac
|
|
${INSTALL_DATA} ${WRKSRC}/INSTALL \
|
|
${PREFIX}/share/doc/vMac
|
|
${INSTALL_DATA} ${WRKSRC}/LICENSE \
|
|
${PREFIX}/share/doc/vMac
|
|
${INSTALL_DATA} ${WRKSRC}/README \
|
|
${PREFIX}/share/doc/vMac
|
|
${INSTALL_DATA} ${WRKSRC}/README.rom \
|
|
${PREFIX}/share/doc/vMac
|
|
@${CAT} ${PKGMESSAGE} | ${SED} -e s:/usr/local:${PREFIX}:
|
|
|
|
.include <bsd.port.mk>
|