openbsd-ports/x11/piewm/Makefile

30 lines
550 B
Makefile
Raw Normal View History

2000-04-05 06:26:30 -04:00
# $OpenBSD: Makefile,v 1.7 2000/04/05 10:26:30 espie 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
2000-04-05 06:26:30 -04:00
USE_IMAKE= Yes
FAKE= Yes
1998-01-23 14:58:55 -05:00
# piewm.tar.Z includes and old version of xpm, and also a bunch of .o
# files plus an executable. Get rid of them.
#
2000-04-05 06:26:30 -04:00
post-extract:
@rm -rf ${WRKDIR}/xpm
2000-04-05 06:26:30 -04:00
@cd ${WRKSRC} && make clean
1998-01-23 14:58:55 -05:00
.include <bsd.port.mk>