- Fix MASTER_SITES
- Supporrt X11BASE properly PR: 19765 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
parent
5f5e85e8b9
commit
053c7f3c44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30384
2 changed files with 8 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
# New ports collection makefile for: wmmon
|
||||
# Date created: 27 November 1998
|
||||
# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
|
||||
# New ports collection makefile for: wmmon
|
||||
# Date created: 27 November 1998
|
||||
# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
@ -8,19 +8,15 @@
|
|||
PORTNAME= wmmon
|
||||
PORTVERSION= 1.0b2
|
||||
CATEGORIES= sysutils windowmaker
|
||||
MASTER_SITES= ftp://ftp.tecnogi.com/pub/linux/WindowMaker/ \
|
||||
http://www.physics.adelaide.edu.au/~kkennawa/ \
|
||||
ftp://ftp.deva.net/pub/sources/X11/windowmaker/dockapps/
|
||||
MASTER_SITES= http://linux.tucows.com/files/x11/dock/
|
||||
|
||||
MAINTAINER= sk-ports@vegamuse.org
|
||||
|
||||
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/wmmon.app/wmmon
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
|
@ -28,4 +24,4 @@ post-install:
|
|||
${INSTALL_MAN} ${WRKSRC}/../HINTS ${PREFIX}/share/doc/wmmon
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -25,10 +25,10 @@
|
|||
! #
|
||||
! # Makefile for FreeBSD 3.x and 4.0 versions of wmmon
|
||||
! #
|
||||
! LIBDIR = -L/usr/X11R6/lib
|
||||
! LIBDIR = -L${X11BASE}/lib
|
||||
! LIBS = -lXpm -lXext -lX11 -lkvm -ldevstat
|
||||
! CFLAGS ?= -O2
|
||||
! CFLAGS += -g -Wall -I/usr/X11R6/include
|
||||
! CFLAGS += -I${X11BASE}/include
|
||||
! OBJS = wmmon.o \
|
||||
! ../wmgeneral/wmgeneral.o \
|
||||
! ../wmgeneral/misc.o \
|
||||
|
|
Loading…
Reference in a new issue