update makefile; verify sources still available;
verify port still builds
This commit is contained in:
parent
a9d5d5a455
commit
54bcabbc26
@ -1,30 +1,20 @@
|
||||
# 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 $
|
||||
# $OpenBSD: Makefile,v 1.3 1999/02/21 00:26:24 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
|
||||
MASTER_SITES= ftp://ftp.x.org/R5contrib/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
USE_IMAKE= yes
|
||||
|
||||
# piewm.tar.Z includes and old version of xpm, and also a bunch of .o
|
||||
# files plus an executable
|
||||
|
||||
# files plus an executable. Get rid of them.
|
||||
#
|
||||
pre-configure:
|
||||
@${RM} -rf ${WRKDIR}/xpm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user