754d159e98
<swell.k@gmail.com>: host gmail-smtp-in.l.google.com[74.125.53.26] said: 550-5.1.1 The email account that you tried to reach does not exist. Please try 550-5.1.1 double-checking the recipient's email address for typos or 550-5.1.1 unnecessary spaces. Learn more at 550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596 d6si2748840pbk.7 (in reply to RCPT TO command) With Hat: portmgr
25 lines
507 B
Makefile
25 lines
507 B
Makefile
# New ports collection makefile for: vdpauinfo
|
|
# Date created: 2010-09-08
|
|
# Whom: Anonymous <swell.k@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vdpauinfo
|
|
PORTVERSION= 0.0.6
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://people.freedesktop.org/~aplattner/vdpau/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A tool to query VDPAU capabilities
|
|
|
|
LIB_DEPENDS= vdpau.1:${PORTSDIR}/multimedia/libvdpau
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
PLIST_FILES= bin/vdpauinfo
|
|
|
|
.include <bsd.port.mk>
|