freebsd-ports/emulators/xhomer/Makefile
Martin Wilke 077a58f032 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-22 14:48:03 +00:00

41 lines
923 B
Makefile

# New ports collection makefile for: xhomer
# Date created: 24 May 2006
# Whom: trasz
#
# $FreeBSD$
#
PORTNAME= xhomer
DISTVERSION= 9-16-06
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= http://xhomer.isani.org/xhomer/
EXTRACT_SUFX= .tgz
MAINTAINER= trasz@FreeBSD.org
COMMENT= Emulator for the DEC Pro 350 computer
USE_GMAKE= yes
USE_XORG= xt sm ice xext x11
ALL_TARGET= clean xhomer
INSTALL_TARGET=
CFLAGS+= -Wall -ffloat-store
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
PLIST_FILES= bin/xhomer %%EXAMPLESDIR%%/xhomer.cfg
PLIST_DIRS= %%EXAMPLESDIR%%
PORTDOCS= README LICENSE SIMH
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
${INSTALL_PROGRAM} ${WRKSRC}/xhomer ${PREFIX}/bin
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/xhomer.cfg ${EXAMPLESDIR}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>