36c9d20315
by bsd.xorg.mk instead of using the directory layout generated by GitHub - Use bz2 compression, default of bsd.xorg.mk - Remove redundant USE_XORG definition (implied by XORG_CAT=driver) Approved by: maintainer (ray)
17 lines
349 B
Makefile
17 lines
349 B
Makefile
# Created by: Florent Thoumie <flz@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xf86-video-scfb
|
|
PORTVERSION= 0.0.3
|
|
CATEGORIES= x11-drivers
|
|
MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/ \
|
|
LOCAL/rene
|
|
|
|
MAINTAINER= ray@FreeBSD.org
|
|
COMMENT= X.Org syscons display driver
|
|
|
|
ONLY_FOR_ARCHS= arm armv6 pcc ppc64 sparc64
|
|
|
|
XORG_CAT= driver
|
|
|
|
.include <bsd.port.mk>
|