diff options
author | adamw <adamw@FreeBSD.org> | 2002-11-07 06:47:41 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2002-11-07 06:47:41 +0800 |
commit | 5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a (patch) | |
tree | eea5ecd9ebb32eb75307481e787e956b5e31f3bb /multimedia/linux-xmovie | |
parent | 9d3fbd7b82b343108df5412a1b27406024e611e8 (diff) | |
download | freebsd-ports-graphics-5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a.tar.gz freebsd-ports-graphics-5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a.tar.zst freebsd-ports-graphics-5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a.zip |
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Diffstat (limited to 'multimedia/linux-xmovie')
-rw-r--r-- | multimedia/linux-xmovie/Makefile | 2 | ||||
-rw-r--r-- | multimedia/linux-xmovie/pkg-comment | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/linux-xmovie/Makefile b/multimedia/linux-xmovie/Makefile index c24993cee50..4a13eed625e 100644 --- a/multimedia/linux-xmovie/Makefile +++ b/multimedia/linux-xmovie/Makefile @@ -14,6 +14,8 @@ DISTFILES= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}.i386.rpm MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A movie player for MPEG-2 and Quicktime movies + BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm RUN_DEPENDS= ${LINUX_BASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base \ ${LINUX_BASE}/usr/lib/libjpeg.so.62.0.0:${PORTSDIR}/graphics/linux-jpeg \ diff --git a/multimedia/linux-xmovie/pkg-comment b/multimedia/linux-xmovie/pkg-comment deleted file mode 100644 index cd1622636da..00000000000 --- a/multimedia/linux-xmovie/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A movie player for MPEG-2 and Quicktime movies |