54bcabbc26
verify port still builds
25 lines
449 B
Makefile
25 lines
449 B
Makefile
# $OpenBSD: Makefile,v 1.3 1999/02/21 00:26:24 marc Exp $
|
|
#
|
|
|
|
DISTNAME= piewm
|
|
PKGNAME= piewm-1.0
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= don@OpenBSD.ORG
|
|
|
|
MASTER_SITES= ftp://ftp.x.org/R5contrib/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
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.
|
|
#
|
|
pre-configure:
|
|
@${RM} -rf ${WRKDIR}/xpm
|
|
|
|
pre-build:
|
|
@(cd ${WRKSRC}; ${MAKE} clean)
|
|
|
|
.include <bsd.port.mk>
|