blob: 4e1e80a4c203f0901cc24041d41ca35feddfc24c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: piewm
# Version required: ?
# Date created: 24 November 1994
# Whom: asami
#
# $id:$
#
DISTNAME= piewm
USE_IMAKE= yes
INSTALL_MANPAGES= yes
MASTER_SITES= ftp://ftp.x.org/R5contrib/
EXTRACT_SUFX= .tar.Z
PKG_CMD= pkg_create -N
DEPENDS= ${PORTSDIR}/x11/xpm
# 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>
|