Index: head/graphics/squish/Makefile =================================================================== --- head/graphics/squish/Makefile (revision 406050) +++ head/graphics/squish/Makefile (revision 406051) @@ -1,30 +1,31 @@ # Created by: Reinier de Blois # $FreeBSD$ PORTNAME= squish PORTVERSION= 1.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://libsquish.googlecode.com/files/ MAINTAINER= rddeblois@gmail.com COMMENT= Open source DXT compression library LICENSE= MIT -USES= gmake +USES= uidfix MAKE_ENV= INSTALL_DIR=${STAGEDIR}${PREFIX} PLIST_FILES= include/squish.h \ - lib/libsquish.a -CXXFLAGS+= -fPIC -include limits.h + lib/libsquish.a lib/libsquish.so.1 lib/libsquish.so +MAKEFILE= ${FILESDIR}/BSDmakefile +USE_LDCONFIG= yes OPTIONS_RADIO= RG1 OPTIONS_RADIO_RG1= ALTIVEC SSE OPTIONS_DEFAULT_amd64= SSE ALTIVEC_DESC= Use Altivec instructions RG1_DESC= Optimizations Selection ALTIVEC_CXXFLAGS= -DSQUISH_USE_ALTIVEC=1 -maltivec SSE_CXXFLAGS= -DSQUISH_USE_SSE=2 -msse2 .include Index: head/graphics/squish/files/BSDmakefile =================================================================== --- head/graphics/squish/files/BSDmakefile (nonexistent) +++ head/graphics/squish/files/BSDmakefile (revision 406051) @@ -0,0 +1,15 @@ +LIB= squish +SHLIB_MAJOR= 1 +SRCS!= echo *.cpp +NO_PROFILE= yes + +CXXFLAGS+= -include limits.h -I${.CURDIR} + +LIBDIR= ${PREFIX}/lib +INCSDIR= ${PREFIX}/include +INCS= squish.h +# The below two are needed until PR 206126 is resolved +INCSOWN= ${LIBOWN} +INCSGRP= ${LIBGRP} + +.include Property changes on: head/graphics/squish/files/BSDmakefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property