46 lines
1.2 KiB
Makefile
46 lines
1.2 KiB
Makefile
# $OpenBSD: Makefile,v 1.13 2012/12/21 12:13:35 sthen Exp $
|
|
|
|
COMMENT= build molecules out of single atoms
|
|
|
|
DISTNAME= atomix-2.14.0
|
|
REVISION= 6
|
|
CATEGORIES= games
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MASTER_SITES= http://ftp.gnome.org/pub/GNOME/sources/atomix/2.14/
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += GL ICE ORBit-2 SM X11 Xcomposite Xcursor Xdamage Xext
|
|
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender art_lgpl_2 atk-1.0
|
|
WANTLIB += bonobo-2 bonobo-activation bonoboui-2 c cairo expat
|
|
WANTLIB += fontconfig freetype gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0
|
|
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gnome-2 gnomecanvas-2
|
|
WANTLIB += gnomeui-2 gnomevfs-2 gobject-2.0 gthread-2.0 gtk-x11-2.0
|
|
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
|
|
WANTLIB += popt pthread pthread-stubs xcb xcb-render xcb-shm xml2
|
|
WANTLIB += z
|
|
|
|
MODULES= textproc/intltool \
|
|
devel/gettext
|
|
|
|
LIB_DEPENDS= x11/gnome/libgnome \
|
|
x11/gnome/libgnomeui
|
|
RUN_DEPENDS= devel/desktop-file-utils
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKINST}/var/games/atomix.scores \
|
|
${PREFIX}/share/atomix/atomix.scores
|
|
|
|
.include <bsd.port.mk>
|