- add missing modules and license marker

- regen WANTLIB
This commit is contained in:
jasper 2011-01-03 19:38:40 +00:00
parent e7ccd56c64
commit 6396bd780f
3 changed files with 16 additions and 9 deletions

View File

@ -1,13 +1,14 @@
# $OpenBSD: Makefile,v 1.17 2010/11/15 00:22:50 espie Exp $
# $OpenBSD: Makefile,v 1.18 2011/01/03 19:38:40 jasper Exp $
COMMENT= gtk PSK31 send and receive
DISTNAME= gpsk31-0.3
REVISION= 9
REVISION= 10
CATEGORIES= comms hamradio
HOMEPAGE= http://www.qsl.net/pg4i/linux/gpsk31.html
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
@ -16,12 +17,15 @@ PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= devel/desktop-file-utils
LIB_DEPENDS= x11/gtk+2
MODULES= devel/gettext
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
WANTLIB += freetype gio-2.0 glib-2.0 gmodule-2.0 gthread-2.0
WANTLIB += gobject-2.0 iconv intl m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += gobject-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pixman-1 png pthread pthread-stubs sndio stdc++ xcb xcb-render
WANTLIB += xcb-render-util z gtk-x11-2.0 gdk_pixbuf-2.0 gdk-x11-2.0
WANTLIB += z gtk-x11-2.0 gdk_pixbuf-2.0 gdk-x11-2.0 GL drm
WANTLIB += Xxf86vm xcb-shm
MASTER_SITES= http://www.qsl.net/pg4i/download/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.19 2010/11/26 14:50:09 espie Exp $
# $OpenBSD: Makefile,v 1.20 2011/01/03 19:38:40 jasper Exp $
COMMENT= X amateur station tracking and info reporting
DISTNAME= xastir-1.8.2
REVISION= 10
REVISION= 11
CATEGORIES= comms hamradio geo
HOMEPAGE= http://www.xastir.org/
@ -38,7 +38,7 @@ CONFIGURE_ARGS= --with-shapelib \
--with-bdb-incdir=$(LOCALBASE)/include/db4
WANTLIB += ICE SM c pthread freetype Xt Xpm Xext m X11 z proj
WANTLIB += tiff iconv curl shp geotiff MagickCore>=1
WANTLIB += tiff curl shp geotiff MagickCore>=1
WANTLIB += MagickWand>=1 lib/db4/db>=4 pcre
MODULES= devel/gettext

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.10 2010/11/24 08:18:09 landry Exp $
# $OpenBSD: Makefile,v 1.11 2011/01/03 19:38:40 jasper Exp $
COMMENT = distributed, document-oriented database
COUCH_VER = 1.0.1
DISTNAME = apache-couchdb-${COUCH_VER}
REVISION = 0
CATEGORIES = databases
HOMEPAGE = http://couchdb.apache.org/
@ -16,7 +17,9 @@ PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += c crypto iconv intl pthread ssl z
MODULES = devel/gettext
WANTLIB += c crypto pthread ssl z m stdc++ nspr4
WANTLIB += icudata icui18n icuuc js curl idn
MASTER_SITES = ${MASTER_SITE_APACHE:=couchdb/${COUCH_VER}/}