mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
97a5771bb5
- USES=libtool - Remove -DPREFIX=\\\"${PREFIX}\\\" from CPPFLAGS. Not needed and it causes configure test failures with clang. - Use MAKE_CMD. - Bump dependent ports. x11-wm/windowmaker: - USES=libtool - Replace -DPREFIX=\\\"${PREFIX}\\\" in CPPFLAGS with post-patch command because it causes configure test failures with clang. - Remove FreeBSD < 8 support.
20 lines
451 B
Makefile
20 lines
451 B
Makefile
# Created by: Will Andrews <andrews@technologist.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wmglobe
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 8
|
|
CATEGORIES= astro windowmaker geography
|
|
MASTER_SITES= http://hamete.org/static/wmg/
|
|
|
|
MAINTAINER= will@FreeBSD.org
|
|
COMMENT= Neat xearth-like WindowMaker dockapp
|
|
|
|
LIB_DEPENDS= libwraster.so:${PORTSDIR}/x11-wm/libwraster
|
|
|
|
PLIST_FILES= bin/wmglobe \
|
|
man/man1/wmglobe.1.gz
|
|
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|