mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
32 lines
608 B
Makefile
32 lines
608 B
Makefile
# New ports collection makefile for: piewm
|
|
# Version required: ? (there is only one piewm version avyway)
|
|
# Date created: 24 November 1994
|
|
# Whom: asami
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= piewm
|
|
PKGNAME= piewm-1.0
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= ftp://ftp.x.org/R5contrib/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_IMAKE= yes
|
|
MAN1= piewm.1
|
|
|
|
# piewm.tar.Z includes and old version of xpm, and also a bunch of .o
|
|
# files plus an executable
|
|
|
|
pre-configure:
|
|
@${RM} -rf ${WRKDIR}/xpm
|
|
|
|
pre-build:
|
|
@(cd ${WRKSRC}; ${MAKE} clean)
|
|
|
|
.include <bsd.port.mk>
|