From d002d9f61906614d8b567106856cd8a65f3fcf47 Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Sat, 11 Apr 2015 01:24:31 +0800 Subject: mingw-w64-{gdk-pixbuf2,gtk2,gtk3,libepoxy}: Follow MinGW package guidelines --- mingw-w64-gtk2/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mingw-w64-gtk2/PKGBUILD') diff --git a/mingw-w64-gtk2/PKGBUILD b/mingw-w64-gtk2/PKGBUILD index f04203c..81dbddf 100644 --- a/mingw-w64-gtk2/PKGBUILD +++ b/mingw-w64-gtk2/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mingw-w64-gtk2 pkgver=2.24.27 -pkgrel=1 +pkgrel=2 pkgdesc="GTK+ is a multi-platform toolkit (v2) (mingw-w64)" arch=(any) url="http://www.gtk.org" @@ -48,8 +48,8 @@ package() { cd "build-${_arch}" make DESTDIR="$pkgdir" install find "$pkgdir/usr/${_arch}" -name '*.exe' -o -name '*.bat' -o -name '*.def' -o -name '*.exp' -o -name '*.manifest' | xargs -rtl1 rm - find "$pkgdir/usr/${_arch}" -name '*.dll' | xargs -rtl1 ${_arch}-strip -x - find "$pkgdir/usr/${_arch}" -name '*.a' -o -name '*.dll' | xargs -rtl1 ${_arch}-strip -g + find "$pkgdir/usr/${_arch}" -name '*.dll' | xargs -rtl1 ${_arch}-strip --strip-unneeded + find "$pkgdir/usr/${_arch}" -name '*.a' | xargs -rtl1 ${_arch}-strip -g rm -r "$pkgdir/usr/${_arch}/etc" rm -r "$pkgdir/usr/${_arch}/share/gtk-2.0" cd .. -- cgit et'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogblamecommitdiffstats
path: root/audio/linux-c6-mikmod/Makefile
blob: c0e7b461482b9ad515c9351b1087ea9a1255b081 (plain) (tree)
1
2
3
4
5
6




                                              
                 



















                                                                     
                                                                 


                                                   
# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$

PORTNAME=   mikmod
PORTVERSION=    3.2.0
PORTREVISION=   1
CATEGORIES= audio linux
MASTER_SITES=   EPEL
DISTNAME=   lib${PORTNAME}-${PORTVERSION}-${RPMVERSION}

MAINTAINER= emulation@FreeBSD.org
COMMENT=    MikMod Sound Library (Linux CentOS ${LINUX_DIST_VER})

CONFLICTS=  linux-mikmod-[0-9]* linux-f8-mikmod-[0-9]*

ONLY_FOR_ARCHS= i386 amd64
USE_LINUX=  c6
USE_LINUX_RPM=  yes

RPMVERSION= 10.beta2.el6
LINUX_NAME= lib${PORTNAME}
USE_LDCONFIG=   yes

DOCSDIR=    ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION}
PORTDOCS=   AUTHORS COPYING.LESSER COPYING.LIB NEWS README TODO

PLIST_FILES=    usr/lib/libmikmod.so.3 usr/lib/libmikmod.so.3.0.0
DESCR=      ${.CURDIR}/../${PORTNAME}/pkg-descr

.include <bsd.port.mk>