1994-11-24 16:10:11 -05:00
|
|
|
# New ports collection makefile for: piewm
|
1995-04-12 16:32:12 -04:00
|
|
|
# Version required: ? (there is only one piewm version avyway)
|
1994-11-24 16:10:11 -05:00
|
|
|
# Date created: 24 November 1994
|
|
|
|
# Whom: asami
|
|
|
|
#
|
1998-10-04 00:03:18 -04:00
|
|
|
# $Id: Makefile,v 1.14 1998/09/17 00:32:58 asami Exp $
|
1994-11-24 16:10:11 -05:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= piewm
|
1995-04-12 16:32:12 -04:00
|
|
|
PKGNAME= piewm-1.0
|
1998-08-07 19:01:41 -04:00
|
|
|
CATEGORIES= x11-wm
|
1995-04-12 16:32:12 -04:00
|
|
|
MASTER_SITES= ftp://ftp.x.org/R5contrib/
|
1994-11-24 16:10:11 -05:00
|
|
|
EXTRACT_SUFX= .tar.Z
|
1995-04-12 16:32:12 -04:00
|
|
|
|
1997-12-25 17:29:52 -05:00
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
1995-04-12 16:32:12 -04:00
|
|
|
|
1998-09-16 20:33:02 -04:00
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
1994-11-24 16:10:11 -05:00
|
|
|
|
1995-04-12 16:32:12 -04:00
|
|
|
USE_IMAKE= yes
|
1998-10-04 00:03:18 -04:00
|
|
|
MAN1= piewm.1
|
1995-04-12 16:32:12 -04:00
|
|
|
|
1994-11-24 16:10:11 -05:00
|
|
|
# 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>
|