openbsd-ports/x11/gnome/controlcenter/Makefile

49 lines
1.4 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.26 2007/05/30 09:56:29 jasper Exp $
2001-09-13 17:38:02 -04:00
COMMENT= "GNOME control center"
DISTNAME= control-center-1.4.0.5
PKGNAME= ${DISTNAME}p1
2006-01-10 00:45:54 -05:00
SHARED_LIBS= capplet 0.0
CATEGORIES= x11 x11/gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/control-center/1.4/}
EXTRACT_SUFX= .tar.bz2
LIB_DEPENDS= gdk_pixbuf::graphics/gdk-pixbuf \
gnorba,gtkxmhtml::x11/gnome/libs \
gnomevfs.::x11/gnome/vfs
BUILD_DEPENDS= :scrollkeeper->=0.3.12:textproc/scrollkeeper
RUN_DEPENDS= :scrollkeeper->=0.3.12:textproc/scrollkeeper \
:gtk-engines->=0.12:x11/gtk-engines
2001-09-13 17:38:02 -04:00
# GPL
2001-09-13 17:38:02 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-15 08:57:55 -05:00
WANTLIB= ICE IIOP Imlib ORBit ORBitCosNaming ORBitutil SM X11 \
Xext Xi Xpm Xxf86misc art_lgpl audiofile c esd \
gconf-1 gconf-gtk-1 gdk gdk_imlib glib gmodule gnome \
gnomesupport gnomeui gthread gtk jpeg m \
oaf png popt pthread tiff ungif wrap xml z
MODULES= devel/gettext
2001-09-13 17:38:02 -04:00
USE_X11= Yes
2006-01-10 00:45:54 -05:00
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
2001-09-13 17:38:02 -04:00
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
pre-build:
@cd ${WRKSRC}/control-center; ../xml-i18n-merge ../po gnomecc.desktop.in gnomecc.desktop -d -p
2001-09-13 17:38:02 -04:00
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/control-center; \
cp -Rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/control-center/
2001-09-13 17:38:02 -04:00
.include <bsd.port.mk>