1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/net/imm/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

42 lines
1.2 KiB
Makefile

# New ports collection makefile for: imm
# Version required: 3.5a1
# Date created: 13 October 1994
# Whom: wollman
#
# $Id: Makefile,v 1.17 1998/03/20 14:35:13 tg Exp $
#
DISTNAME= imm-3.5a1
CATEGORIES= mbone tk80
MASTER_SITES= ftp://ftp.hawaii.edu/paccom/imm-3.5a1/
DISTFILES= imm.source.tar.Z
WRKSRC= ${WRKDIR}/mnm
MAINTAINER= fenner@freebsd.org
LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
USE_X_PREFIX= yes
post-extract:
@${MKDIR} ${WRKSRC}/freebsd
@${CP} ${FILESDIR}/Makefile.work ${WRKSRC}/Makefile
@${CP} ${FILESDIR}/Makefile.freebsd ${WRKSRC}/src
# The included makefile doesn't have an "install" target.
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/freebsd/imm ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/freebsd/immserv ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/freebsd/lscomp ${PREFIX}/bin
# and no man pages at all yet.
# But include the very limited documentation
${MKDIR} ${PREFIX}/share/doc/imm
.if !defined(NOPORTDOCS)
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/imm
${INSTALL_DATA} ${WRKSRC}/imm_readme.txt ${PREFIX}/share/doc/imm
.endif
# The sdr plugin is pretty much required.
${INSTALL_DATA} ${WRKSRC}/sdr2.plugin.S53.image.imm ${PREFIX}/share/doc/imm
.include <bsd.port.mk>