1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/x11-wm/piewm/Makefile
Satoshi Asami 1f3b12cb26 piewm, tvtwm with pie (circular) menus, tvtwm is twm with a virtual desktop.
Original by Don Hopkins (hopkins+@cs.cmu.edu) for R5, but still compiles
with R6.
1994-11-24 21:10:11 +00:00

27 lines
515 B
Makefile

# New ports collection makefile for: piewm
# Version required: ?
# Date created: 24 November 1994
# Whom: asami
#
# $id:$
#
DISTNAME= piewm
USE_IMAKE= yes
INSTALL_MANPAGES= yes
MASTER_SITES= ftp://ftp.x.org/R5contrib/
EXTRACT_SUFX= .tar.Z
PKG_CMD= pkg_create -N
# DEPENDS= ${PORTSDIR}/x11/xpm
# piewm.tar.Z includes and old version of xpm, and also a bunch of .o
# files plus an executable
pre-configure:
@/bin/rm -rf ${WRKDIR}/xpm
pre-build:
@(cd ${WRKSRC}; ${MAKE} clean)
.include <bsd.port.mk>