0f7ecb0a94
LibUnique is a library for writing single instance applications, that is applications that are run once and every further call to the same binary either exits immediately or sends a command to the running instance. with tweaks and ok jasper@ ajacoutot@
33 lines
878 B
Makefile
33 lines
878 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/25 12:47:46 landry Exp $
|
|
|
|
COMMENT = library for writing single instance application
|
|
|
|
DISTNAME = unique-1.0.2
|
|
PKGNAME = lib${DISTNAME}
|
|
|
|
SHARED_LIBS = unique-1.0 0.0 #.2.0
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://live.gnome.org/LibUnique
|
|
MASTER_SITES = http://www.gnome.org/~ebassi/source/
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
USE_LIBTOOL = Yes
|
|
CONFIGURE_STYLE = gnu
|
|
MODULES = devel/gettext
|
|
|
|
LIB_DEPENDS = gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
|
|
dbus-glib-1::x11/dbus-glib
|
|
|
|
WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
|
Xi Xinerama Xrandr Xrender atk-1.0 cairo dbus-1 expat \
|
|
fontconfig freetype glib-2.0 glitz gmodule-2.0 gobject-2.0 \
|
|
m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png z
|
|
|
|
.include <bsd.port.mk>
|