- libical gets picked up when installed, so add it to lib_depends
- while here, regen PLIST and add GPL version number "go ahead" robert@
This commit is contained in:
parent
badb8bab11
commit
21147a39be
@ -1,9 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.17 2007/11/13 12:55:46 steven Exp $
|
# $OpenBSD: Makefile,v 1.18 2008/06/01 17:33:36 ajacoutot Exp $
|
||||||
|
|
||||||
COMMENT= tools to talk to GSM cellular phones
|
COMMENT= tools to talk to GSM cellular phones
|
||||||
|
|
||||||
DISTNAME= gnokii-0.6.14
|
DISTNAME= gnokii-0.6.14
|
||||||
PKGNAME= ${DISTNAME}p6
|
PKGNAME= ${DISTNAME}p7
|
||||||
CATEGORIES= comms x11
|
CATEGORIES= comms x11
|
||||||
SHARED_LIBS += gnokii 2.7 # .3.0
|
SHARED_LIBS += gnokii 2.7 # .3.0
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ MAINTAINER= Robert Nagy <robert@openbsd.org>
|
|||||||
HOMEPAGE= http://www.gnokii.org/
|
HOMEPAGE= http://www.gnokii.org/
|
||||||
MASTER_SITES= ${HOMEPAGE}download/gnokii/
|
MASTER_SITES= ${HOMEPAGE}download/gnokii/
|
||||||
|
|
||||||
# GPL
|
# GPLv2
|
||||||
PERMIT_PACKAGE_CDROM= Yes
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
PERMIT_PACKAGE_FTP= Yes
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
PERMIT_DISTFILES_CDROM= Yes
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
@ -41,13 +41,14 @@ CONFIGURE_ARGS+= --without-x
|
|||||||
USE_X11= Yes
|
USE_X11= Yes
|
||||||
CONFIGURE_ARGS+= --with-x
|
CONFIGURE_ARGS+= --with-x
|
||||||
WANTLIB+= X11 Xau Xdmcp Xpm Xrender fontconfig freetype z \
|
WANTLIB+= X11 Xau Xdmcp Xpm Xrender fontconfig freetype z \
|
||||||
Xcomposite Xdamage \
|
Xcomposite Xdamage pixman-1 \
|
||||||
m pthread pcre atk-1.0.>=800.0 glib-2.0.>=400.8 \
|
m pthread pcre atk-1.0.>=800.0 glib-2.0.>=400.8 \
|
||||||
gmodule-2.0.>=400.8 gobject-2.0.>=400.8 \
|
gmodule-2.0.>=400.8 gobject-2.0.>=400.8 \
|
||||||
pango-1.0.>=600.0 pangoft2-1.0.>=600.0 \
|
pango-1.0.>=600.0 pangoft2-1.0.>=600.0 \
|
||||||
pangocairo-1.0 cairo glitz png expat \
|
pangocairo-1.0 cairo glitz png expat \
|
||||||
Xcursor Xext Xfixes Xi Xinerama Xrandr
|
Xcursor Xext Xfixes Xi Xinerama Xrandr
|
||||||
LIB_DEPENDS= gtk-x11-2.0.>=400.13,gdk-x11-2.0.>=400.13,gdk_pixbuf-2.0.>=400.13::x11/gtk+2
|
LIB_DEPENDS= gtk-x11-2.0.>=400.13,gdk-x11-2.0.>=400.13,gdk_pixbuf-2.0.>=400.13::x11/gtk+2 \
|
||||||
|
ical::textproc/libical
|
||||||
RUN_DEPENDS+= :desktop-file-utils-*:devel/desktop-file-utils
|
RUN_DEPENDS+= :desktop-file-utils-*:devel/desktop-file-utils
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
@comment $OpenBSD: PFRAG.no-no_x11,v 1.3 2007/10/16 12:44:50 ajacoutot Exp $
|
@comment $OpenBSD: PFRAG.no-no_x11,v 1.4 2008/06/01 17:33:36 ajacoutot Exp $
|
||||||
bin/xgnokii
|
bin/xgnokii
|
||||||
lib/pkgconfig/xgnokii.pc
|
lib/pkgconfig/xgnokii.pc
|
||||||
@man man/man1/xgnokii.1
|
@man man/man1/xgnokii.1
|
||||||
share/applications/
|
|
||||||
share/applications/xgnokii.desktop
|
share/applications/xgnokii.desktop
|
||||||
share/xgnokii/
|
share/xgnokii/
|
||||||
share/xgnokii/help/
|
share/xgnokii/help/
|
||||||
|
Loading…
Reference in New Issue
Block a user