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
|
# $OpenBSD: Makefile,v 1.3 1999/02/21 00:26:24 marc Exp $
|
||||||
# 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
|
DISTNAME= piewm
|
||||||
PKGNAME= piewm-1.0
|
PKGNAME= piewm-1.0
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
MASTER_SITES= ftp://ftp.x.org/R5contrib/
|
|
||||||
EXTRACT_SUFX= .tar.Z
|
|
||||||
|
|
||||||
MAINTAINER= don@OpenBSD.ORG
|
MAINTAINER= don@OpenBSD.ORG
|
||||||
|
|
||||||
OS_RELEASE!= uname -r
|
MASTER_SITES= ftp://ftp.x.org/R5contrib/
|
||||||
OS_HAS_XPM= 2.3
|
EXTRACT_SUFX= .tar.Z
|
||||||
.if ( ${OS_RELEASE} < ${OS_HAS_XPM} )
|
|
||||||
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
|
||||||
.endif
|
|
||||||
|
|
||||||
USE_IMAKE= yes
|
USE_IMAKE= yes
|
||||||
|
|
||||||
# piewm.tar.Z includes and old version of xpm, and also a bunch of .o
|
# 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:
|
pre-configure:
|
||||||
@${RM} -rf ${WRKDIR}/xpm
|
@${RM} -rf ${WRKDIR}/xpm
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user