freebsd-ports/devel/linux-c7-sdl20/Makefile
Stefan Eßer 60764ff075 Add missing WWW entries
These ports reference the pkg-descr file of some other port and used
to get the WWW entry from that other port's file.

Reported by:	dan@langille.org (Dan Langille)
2022-09-12 17:29:04 +02:00

25 lines
533 B
Makefile

PORTNAME= sdl20
PORTVERSION= 2.0.14
DISTVERSIONSUFFIX= -2.el7
CATEGORIES= devel linux
MASTER_SITES= EPEL7/s
DISTNAME= SDL2-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Cross-platform multi-media development API (Linux CentOS ${LINUX_DIST_VER})
WWW= https://www.libsdl.org/
ONLY_FOR_ARCHS= amd64
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= xorglibs
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/SDL2-${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>