diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11-drivers/xf86-video-apm | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
Diffstat (limited to 'x11-drivers/xf86-video-apm')
-rw-r--r-- | x11-drivers/xf86-video-apm/Makefile | 19 | ||||
-rw-r--r-- | x11-drivers/xf86-video-apm/distinfo | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-video-apm/pkg-descr | 4 | ||||
-rw-r--r-- | x11-drivers/xf86-video-apm/pkg-plist | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-apm/Makefile b/x11-drivers/xf86-video-apm/Makefile new file mode 100644 index 000000000000..8d7f55db9827 --- /dev/null +++ b/x11-drivers/xf86-video-apm/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xf86-video-apm +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xf86-video-apm +PORTVERSION= 1.1.1 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org apm display driver + +XORG_CAT= driver +USE_XORG= videoproto xextproto +MAN4= apm.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-apm/distinfo b/x11-drivers/xf86-video-apm/distinfo new file mode 100644 index 000000000000..6255b59dc11d --- /dev/null +++ b/x11-drivers/xf86-video-apm/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-apm-1.1.1.tar.bz2) = ac7e05f0dfc7e02cac0bf17b9eb89b11 +SHA256 (xorg/driver/xf86-video-apm-1.1.1.tar.bz2) = 09d7e6cf30b94f141f8ebe2560b301a058f645e74108edc28c908e750865dcec +SIZE (xorg/driver/xf86-video-apm-1.1.1.tar.bz2) = 268210 diff --git a/x11-drivers/xf86-video-apm/pkg-descr b/x11-drivers/xf86-video-apm/pkg-descr new file mode 100644 index 000000000000..5d3847a314c3 --- /dev/null +++ b/x11-drivers/xf86-video-apm/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-apm driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-apm/pkg-plist b/x11-drivers/xf86-video-apm/pkg-plist new file mode 100644 index 000000000000..e43fd8984848 --- /dev/null +++ b/x11-drivers/xf86-video-apm/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/apm_drv.la +lib/xorg/modules/drivers/apm_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg |