freebsd-ports/emulators/x48/Makefile
Eric L. Hernes bfaeab05b0 import `x48' an hp48 emulator, all us propeller-heads
with an hp48 and no X-11 calculator can sleep a little easier toinght.
1996-10-24 20:41:38 +00:00

24 lines
555 B
Makefile

# New ports collection makefile for: x48
# Version required: 0.4.0
# Date created: Thu Oct 24 13:10:59 CDT 1996
# Whom: erich@FreeBSD.org
#
# $Id$
#
DISTNAME= x48-0.4.0
CATEGORIES+= emulators
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/system/Emulators/
MAINTAINER= erich@FreeBSD.org
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
post-install:
mkdir -p ${PREFIX}/share/x48
cp ${WRKSRC}/README ${PREFIX}/share/x48/README-x48
cp ${WRKSRC}/doc/CARDS.doc ${WRKSRC}/doc/ROMDump.doc ${PREFIX}/share/x48
.include <bsd.port.mk>