1994-11-24 21:10:11 +00:00
|
|
|
# New ports collection makefile for: piewm
|
1995-04-12 20:32:12 +00:00
|
|
|
# Version required: ? (there is only one piewm version avyway)
|
1994-11-24 21:10:11 +00:00
|
|
|
# Date created: 24 November 1994
|
|
|
|
# Whom: asami
|
|
|
|
#
|
1997-12-25 22:29:52 +00:00
|
|
|
# $Id: Makefile,v 1.10 1996/11/18 11:43:26 asami Exp $
|
1994-11-24 21:10:11 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= piewm
|
1995-04-12 20:32:12 +00:00
|
|
|
PKGNAME= piewm-1.0
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= x11
|
1995-04-12 20:32:12 +00:00
|
|
|
MASTER_SITES= ftp://ftp.x.org/R5contrib/
|
1994-11-24 21:10:11 +00:00
|
|
|
EXTRACT_SUFX= .tar.Z
|
1995-04-12 20:32:12 +00:00
|
|
|
|
1997-12-25 22:29:52 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
1995-04-12 20:32:12 +00:00
|
|
|
|
1995-02-11 13:51:48 +00:00
|
|
|
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
1994-11-24 21:10:11 +00:00
|
|
|
|
1995-04-12 20:32:12 +00:00
|
|
|
USE_IMAKE= yes
|
|
|
|
|
1994-11-24 21:10:11 +00: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>
|