a0eb3c6241
libXpm is standard with 2.3
35 lines
672 B
Makefile
35 lines
672 B
Makefile
# OpenBSD makefile for: piewm
|
|
# Version required: 1.0
|
|
# Date created: 11 January 1998
|
|
# Whom: Don Schmidt
|
|
#
|
|
# $OpenBSD: Makefile,v 1.2 1998/06/13 23:27:09 marc Exp $
|
|
#
|
|
|
|
DISTNAME= piewm
|
|
PKGNAME= piewm-1.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.x.org/R5contrib/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= don@OpenBSD.ORG
|
|
|
|
OS_RELEASE!= uname -r
|
|
OS_HAS_XPM= 2.3
|
|
.if ( ${OS_RELEASE} < ${OS_HAS_XPM} )
|
|
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
|
.endif
|
|
|
|
USE_IMAKE= yes
|
|
|
|
# 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>
|