mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
d9927174c8
fvwm2 fvwm95 gwm icewm lwm mlvwm olvwm piewm qvwm tvtwm windowmaker wm2 wmx" from x11 to x11-wm.
31 lines
643 B
Makefile
31 lines
643 B
Makefile
# New ports collection makefile for: piewm
|
|
# Version required: ? (there is only one piewm version avyway)
|
|
# Date created: 24 November 1994
|
|
# Whom: asami
|
|
#
|
|
# $Id: Makefile,v 1.11 1997/12/25 22:29:50 asami Exp $
|
|
#
|
|
|
|
DISTNAME= piewm
|
|
PKGNAME= piewm-1.0
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= ftp://ftp.x.org/R5contrib/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
|
|
|
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_IMAKE= yes
|
|
|
|
# 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>
|