openbsd-ports/x11/piewm/Makefile

25 lines
447 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.4 2000/02/16 10:52:15 espie Exp $
1998-01-23 14:58:55 -05:00
#
DISTNAME= piewm
PKGNAME= piewm-1.0
CATEGORIES= x11
MAINTAINER= don@OpenBSD.ORG
MASTER_SITES= ftp://ftp.x.org/R5contrib/
EXTRACT_SUFX= .tar.Z
1998-01-23 14:58:55 -05:00
USE_IMAKE= yes
# piewm.tar.Z includes and old version of xpm, and also a bunch of .o
# files plus an executable. Get rid of them.
#
1998-01-23 14:58:55 -05:00
pre-configure:
@rm -rf ${WRKDIR}/xpm
1998-01-23 14:58:55 -05:00
pre-build:
@(cd ${WRKSRC}; ${MAKE} clean)
.include <bsd.port.mk>