1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

graphics/libvisual: minor improvements

- Define LICENSE
- MMX is unused if not slower on amd64
- Don't suggest updates to 0.4.x
This commit is contained in:
Jan Beich 2015-05-07 10:04:57 +00:00
parent ade17a480e
commit 9584ea77cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385611

View File

@ -6,13 +6,17 @@
PORTNAME= libvisual
PORTVERSION= 0.2.0
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Abstraction library that sits between apps and visual plugin
LICENSE= LGPL21 # or any later version
PORTSCOUT= limit:^0\.2\.
USES= libtool pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
@ -22,7 +26,7 @@ INSTALL_TARGET= install-strip
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386" || ${ARCH} == "amd64"
.if ${ARCH} == "i386"
CFLAGS+= -mmmx
.endif