openbsd-ports/x11/piewm/Makefile

30 lines
554 B
Makefile
Raw Normal View History

2000-03-23 16:33:01 -05:00
# $OpenBSD: Makefile,v 1.6 2000/03/23 21:33:02 turan Exp $
1998-01-23 14:58:55 -05:00
#
DISTNAME= piewm
PKGNAME= piewm-1.0
CATEGORIES= x11
MAINTAINER= ports@OpenBSD.ORG
1998-01-23 14:58:55 -05:00
2000-03-23 16:33:01 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
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>