freebsd-ports/x11-wm/uwm/Makefile
Alexander Leidinger d16f7bfb92 Reset maintainership to ports@ after ~4 months without any response to any
PR.

Thanks for contributing.

Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.

While I'm here:
 - fix a little nit in the csound port (I think the intention was to
   create no backup file instead of creating one with a "-e" extension)
 - set ARCH to i386 in the amd64 case for the acroread7 port. This
   is a work-around to be able to install everything when a dependency
   is not already installed (ARCH is read-only in sub-makes, so the
   dependencies can't change it). This should be removed when the
   dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]

Not objected to by:	portmgr (explicit: krion; silence: rest)
Maintainer timeout:	~4 months
Submitted by:		Sangwoo Shim <sangwoos@gmail.com> [1]
PR:			87985 [1]
2006-02-11 21:03:14 +00:00

39 lines
884 B
Makefile

# New ports collection makefile for: uwm
# Date created: 2000-10-16
# Whom: trevor
#
# based on the NetBSD package
# $NetBSD: Makefile,v 1.2 2000/02/02 08:07:07 itohy Exp $
# $FreeBSD$
#
PORTNAME= uwm
PORTVERSION= 19881027
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_NETBSD}
DISTNAME= X.V11R3uwm
MAINTAINER= ports@FreeBSD.org
COMMENT= X11R3 window manager
MAN1= uwm.1
PLIST= ${WRKDIR}/pkg-plist
USE_IMAKE= yes
USE_REINPLACE= yes
REINPLACE_ARGS= -i'' -E
WRKSRC= ${WRKDIR}/X.V11R3/clients/uwm
post-patch:
${REINPLACE_CMD} 's:/usr/lib/X11:${PREFIX}/lib/X11:g' ${WRKSRC}/uwm.man
pre-install:
${ECHO_CMD} bin/uwm > ${PLIST}
${ECHO_CMD} lib/X11/uwm/system.uwmrc >> ${PLIST}
${ECHO_CMD} @dirrm lib/X11/uwm >> ${PLIST}
post-install:
${MKDIR} ${PREFIX}/lib/X11/uwm
${INSTALL_DATA} ${WRKSRC}/default.uwmrc \
${PREFIX}/lib/X11/uwm/system.uwmrc
.include <bsd.port.mk>