mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
44 lines
1.1 KiB
Makefile
44 lines
1.1 KiB
Makefile
# New ports collection makefile for: gnomeutils2
|
|
# Date created: 06 May 2002
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnomeutils2
|
|
PORTVERSION= 2.10.1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= sources/gnome-utils/2.10
|
|
DISTNAME= gnome-utils-${PORTVERSION}
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GNOME 2 support utilities
|
|
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
INSTALLS_OMF= yes
|
|
USE_REINPLACE= yes
|
|
USE_GMAKE= yes
|
|
GNOME_DESKTOP_VERSION=2
|
|
USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \
|
|
libgnomeprintui gnomedesktop
|
|
USE_LIBTOOL_VER=15
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
MAN1= gnome-dictionary.1 gnome-search-tool.1 gnome-system-log.1
|
|
GCONF_SCHEMAS= gdict.schemas gnome-screenshot.schemas \
|
|
gnome-search-tool.schemas logview.schemas
|
|
|
|
post-extract:
|
|
@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
|
|
's|
|
|
$$||g'
|
|
|
|
post-patch:
|
|
@${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f
|
|
|
|
.include <bsd.port.mk>
|