1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/astro/wmglobe/Makefile
Fernando Apesteguía 35bb044290 astro/wmglobe: fix 13-CURRENT build
Another instance of -fno-common issue.
Some minor build warnings fixed.

PR:	249389
Submitted by:	jd.fbsd@goneja.de (maintainer)
MFH:	2020Q3 (build fix, -fno-common)
2020-09-25 15:22:06 +00:00

27 lines
531 B
Makefile

# Created by: Will Andrews <andrews@technologist.com>
# $FreeBSD$
PORTNAME= wmglobe
PORTVERSION= 1.3
PORTREVISION= 11
CATEGORIES= astro windowmaker geography
MASTER_SITES= https://www.dockapps.net/download/
MAINTAINER= jd.fbsd@goneja.de
COMMENT= Neat xearth-like WindowMaker dockapp
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libwraster.so:x11-wm/libwraster
USES= xorg
USE_XORG= x11 xext xpm
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
PLIST_FILES= bin/wmglobe \
man/man1/wmglobe.1.gz
.include <bsd.port.mk>