mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
03053661ac
- Use xz format archive - Preserve configuraton file - Remove uneeded dependency on gmake - Properly USE_AUTOTOOLS which implies GNU_CONFIGURE - Convert to optionsng - Bump PORTREVISION due to diffs in installed files - Take maintainership (submitter declined) PR: ports/171824 Submmitted by: Jan Beich <jbeich@tormail.org> Appproved by: tabthorpe (portmgr) Feature safe: yes
15 lines
483 B
Plaintext
15 lines
483 B
Plaintext
@unexec if cmp -s %D/etc/vdpau_wrapper.cfg.sample %D/etc/vdpau_wrapper.cfg; then rm -f %D/etc/vdpau_wrapper.cfg; fi
|
|
etc/vdpau_wrapper.cfg.sample
|
|
@exec if [ ! -f %D/etc/vdpau_wrapper.cfg ]; then cp -p %D/%F %B/vdpau_wrapper.cfg; fi
|
|
include/vdpau/vdpau.h
|
|
include/vdpau/vdpau_x11.h
|
|
lib/libvdpau.la
|
|
lib/libvdpau.so
|
|
lib/libvdpau.so.1
|
|
lib/vdpau/libvdpau_trace.la
|
|
lib/vdpau/libvdpau_trace.so
|
|
lib/vdpau/libvdpau_trace.so.1
|
|
libdata/pkgconfig/vdpau.pc
|
|
@dirrm include/vdpau
|
|
@dirrmtry lib/vdpau
|