1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/x11-themes/gtk-aurora-engine/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

38 lines
1.1 KiB
Makefile

# Created by: okeeblow <root@cooltrainer.org>
# $FreeBSD$
PORTNAME= aurora
PORTVERSION= 1.5.1
PORTREVISION= 5
CATEGORIES= x11-themes
MASTER_SITES= http://gnome-look.org/CONTENT/content-files/
PKGNAMEPREFIX= gtk-
PKGNAMESUFFIX= -engine
DISTNAME= 56438-aurora-1.5.1
MAINTAINER= root@cooltrainer.org
COMMENT= Aurora GTK+ 2.x engine and "Aurora" theme
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc:x11-themes/gtk-engines2
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc:x11-themes/gtk-engines2
USES= gmake libtool pkgconfig tar:bzip2
USE_GNOME= gtk20
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/aurora-1.5
post-extract:
@(cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
aurora-gtk-engine-1.5.tar.gz ${EXTRACT_AFTER_ARGS})
@(cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
Aurora.tar.bz2 ${EXTRACT_AFTER_ARGS})
@${RM} ${WRKDIR}/Aurora/metacity-1/metacity-theme-2.xml~
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/share/themes
(cd ${WRKDIR} && ${COPYTREE_SHARE} Aurora \
${STAGEDIR}${PREFIX}/share/themes)
.include <bsd.port.mk>