diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-23 20:25:21 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-23 20:25:21 +0800 |
commit | d286cbe55849160fefb4aa5c4543c141e4cd29fe (patch) | |
tree | 6fd0d51fe0b65b306c54761b5336e0cc4f77d379 /x11-toolkits | |
parent | fabd4718d0420e7dacceb015cfd21aa30f05744f (diff) | |
download | freebsd-ports-gnome-d286cbe55849160fefb4aa5c4543c141e4cd29fe.tar.gz freebsd-ports-gnome-d286cbe55849160fefb4aa5c4543c141e4cd29fe.tar.zst freebsd-ports-gnome-d286cbe55849160fefb4aa5c4543c141e4cd29fe.zip |
- Trim comment
- Fix LICENSE
- Add LICENSE_FILE
- Switch to USES=pathfix
- Strip library
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/sdl_pango/Makefile | 12 | ||||
-rw-r--r-- | x11-toolkits/sdl_pango/files/patch-Makefile.in | 11 |
2 files changed, 7 insertions, 16 deletions
diff --git a/x11-toolkits/sdl_pango/Makefile b/x11-toolkits/sdl_pango/Makefile index 4137022c7e09..0f44ff4e7238 100644 --- a/x11-toolkits/sdl_pango/Makefile +++ b/x11-toolkits/sdl_pango/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdl_pango PORTVERSION= 0.1.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= x11-toolkits MASTER_SITES= SF/sdlpango/SDL_Pango/${PORTVERSION} DISTNAME= SDL_Pango-${PORTVERSION} @@ -12,14 +12,16 @@ PATCH_SITES= http://zarb.org/~gc/t/ PATCHFILES= SDL_Pango-0.1.2-API-adds.patch MAINTAINER= ports@FreeBSD.org -COMMENT= SDL_Pango is the SDL API to the Pango text rendering engine of GNOME 2.x +COMMENT= SDL API to the Pango text rendering engine of GNOME 2.x -LICENSE= LGPL21 +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING -USES= pkgconfig libtool +USES= libtool pathfix pkgconfig +GNU_CONFIGURE= yes USE_SDL= sdl USE_GNOME= pango -GNU_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/x11-toolkits/sdl_pango/files/patch-Makefile.in b/x11-toolkits/sdl_pango/files/patch-Makefile.in deleted file mode 100644 index 215567305465..000000000000 --- a/x11-toolkits/sdl_pango/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sun Oct 29 19:50:51 2006 -+++ Makefile.in Sun Oct 29 19:51:00 2006 -@@ -208,7 +208,7 @@ - Wix/license.rtf Wix/pango.README Wix/README Wix/shave.xslt Wix/ui.xml \ - Wix/bitmap - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(libdir)data/pkgconfig - pkgconfig_DATA = SDL_Pango.pc - all: all-recursive - |